From 3c32161a596126a763cc36edeadbd751237fa201 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Tue, 30 Jun 2020 21:14:32 +0300 Subject: [PATCH] chore: remove a line from bookstore tutorial part-2 --- docs/en/Tutorials/Part-2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/Tutorials/Part-2.md b/docs/en/Tutorials/Part-2.md index d296335cfa..0a48866956 100644 --- a/docs/en/Tutorials/Part-2.md +++ b/docs/en/Tutorials/Part-2.md @@ -456,7 +456,6 @@ In this section, you will learn how to create a new modal dialog form to create #### Add a modal to BookListComponent - Open `book-list.component.ts` file in `app\book\book-list` folder and replace the content as below: ```js