Browse Source

completed part 9-10

pull/15303/head
malik masis 4 years ago
parent
commit
8104e7b073
  1. 4
      docs/en/Tutorials/Part-10.md
  2. 2
      docs/en/Tutorials/Part-9.md
  3. BIN
      docs/en/Tutorials/images/bookstore-angular-author-selection-2.png
  4. BIN
      docs/en/Tutorials/images/bookstore-angular-authors-page-2.png
  5. BIN
      docs/en/Tutorials/images/bookstore-books-with-authorname-angular-2.png

4
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.

2
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.

BIN
docs/en/Tutorials/images/bookstore-angular-author-selection-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
docs/en/Tutorials/images/bookstore-angular-authors-page-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
docs/en/Tutorials/images/bookstore-books-with-authorname-angular-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Loading…
Cancel
Save