Skip to content

Commit 459099d

Browse files
antcalatayudvalorkin
authored andcommitted
chore(docs): remove usage of ng2-bootstrap/ng2-bootstrap Deprecated (valor-software#1443)
New version of angular-cli displays deprecated warning: ng2-bootstrap.js: 5 DEPRECATED: please replace import of `ng2-bootstrap/ng2-bootstrap` with `ng2-bootstrap`
1 parent 7d6a983 commit 459099d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/ng-cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ng serve
2424
- open `src/app/app.module.ts` and add
2525

2626
```typescript
27-
import { AlertModule } from 'ng2-bootstrap/ng2-bootstrap';
27+
import { AlertModule } from 'ng2-bootstrap';
2828
...
2929

3030
@NgModule({

0 commit comments

Comments
 (0)