diff --git a/docs/en/Tutorials/Part-10.md b/docs/en/Tutorials/Part-10.md index 4a418c7ee8..04f6c6152c 100644 --- a/docs/en/Tutorials/Part-10.md +++ b/docs/en/Tutorials/Part-10.md @@ -964,13 +964,13 @@ Book list page change is trivial. Open the `/src/app/book/book.component.html` a When you run the application, you can see the *Author* column on the table: -![bookstore-books-with-authorname-angular](images/bookstore-books-with-authorname-angular.png) +![bookstore-books-with-authorname-angular](images/bookstore-books-with-authorname-angular-2.png) ### Create/Edit Forms The next step is to add an Author selection (dropdown) to the create/edit forms. The final UI will look like the one shown below: -![bookstore-angular-author-selection](images/bookstore-angular-author-selection.png) +![bookstore-angular-author-selection](images/bookstore-angular-author-selection-2.png) Added the Author dropdown as the first element in the form. diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index c41e38fd7d..7ff47c61ab 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -837,7 +837,7 @@ Run and login to the application. **You can not see the menu item since you don' As you see, the admin role has no *Author Management* permissions yet. Click to the checkboxes and save the modal to grant the necessary permissions. You will see the *Authors* menu item under the *Book Store* in the main menu, after **refreshing the page**: -![bookstore-authors-page](images/bookstore-angular-authors-page.png) +![bookstore-authors-page](images/bookstore-angular-authors-page-2.png) That's all! This is a fully working CRUD page, you can create, edit and delete authors. diff --git a/docs/en/Tutorials/images/bookstore-angular-author-selection-2.png b/docs/en/Tutorials/images/bookstore-angular-author-selection-2.png new file mode 100644 index 0000000000..b8fa40f224 Binary files /dev/null and b/docs/en/Tutorials/images/bookstore-angular-author-selection-2.png differ diff --git a/docs/en/Tutorials/images/bookstore-angular-authors-page-2.png b/docs/en/Tutorials/images/bookstore-angular-authors-page-2.png new file mode 100644 index 0000000000..7c6f9ce888 Binary files /dev/null and b/docs/en/Tutorials/images/bookstore-angular-authors-page-2.png differ diff --git a/docs/en/Tutorials/images/bookstore-books-with-authorname-angular-2.png b/docs/en/Tutorials/images/bookstore-books-with-authorname-angular-2.png new file mode 100644 index 0000000000..324568ad32 Binary files /dev/null and b/docs/en/Tutorials/images/bookstore-books-with-authorname-angular-2.png differ