Skip to content

Commit

Permalink
chore(docs): update ng-cli readme
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin authored Dec 23, 2016
1 parent f5b2ef6 commit def923a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/ng-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Installing angular-cli

*Important*: please check `angular-cli` version, it should be => "1.0.0-beta.16"
*Important*: please check `angular-cli` version, it should be => "1.0.0-beta.24"

*Note*: you can skip this part if you already have application generated by `ng-cli` and webpack

Expand All @@ -29,7 +29,7 @@ import { AlertModule } from 'ng2-bootstrap/ng2-bootstrap';

@NgModule({
...
imports: [AlertModule, ... ],
imports: [AlertModule.forRoot(), ... ],
...
})
```
Expand Down

0 comments on commit def923a

Please sign in to comment.