Browse Source

docs: fix file name

pull/1725/head
mehmet-erim 7 years ago
parent
commit
22f7acbadb
  1. 2
      docs/en/Tutorials/Angular/Part-II.md

2
docs/en/Tutorials/Angular/Part-II.md

@ -253,7 +253,7 @@ import { NgbDatepickerModule } from '@ng-bootstrap/ng-bootstrap';
export class BooksModule {}
```
Then open the `book-list.component.html` and add `providers` as shown below:
Then open the `book-list.component.ts` and add `providers` as shown below:
```js
import { NgbDateNativeAdapter, NgbDateAdapter } from '@ng-bootstrap/ng-bootstrap';

Loading…
Cancel
Save