From 22f7acbadb207eee14e89481b67a0b52414246ca Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Mon, 19 Aug 2019 09:50:48 +0300 Subject: [PATCH] docs: fix file name --- docs/en/Tutorials/Angular/Part-II.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Angular/Part-II.md b/docs/en/Tutorials/Angular/Part-II.md index 61e3232a1b..ed6afcb947 100644 --- a/docs/en/Tutorials/Angular/Part-II.md +++ b/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';