diff --git a/docs/getting-started/ng-cli.md b/docs/getting-started/ng-cli.md index 549b3584bb..cf1f21329f 100644 --- a/docs/getting-started/ng-cli.md +++ b/docs/getting-started/ng-cli.md @@ -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 @@ -29,7 +29,7 @@ import { AlertModule } from 'ng2-bootstrap/ng2-bootstrap'; @NgModule({ ... - imports: [AlertModule, ... ], + imports: [AlertModule.forRoot(), ... ], ... }) ```