From 8254312aa098f513f04293ebb9cf4b746453c788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 23 Jul 2020 18:02:21 +0300 Subject: [PATCH] Update Part-10.md --- docs/en/Tutorials/Part-10.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/docs/en/Tutorials/Part-10.md b/docs/en/Tutorials/Part-10.md index 57aa71f6cb..d525cbbc61 100644 --- a/docs/en/Tutorials/Part-10.md +++ b/docs/en/Tutorials/Part-10.md @@ -915,29 +915,6 @@ You can run the application and try to create a new book or update an existing b {{else if UI=="NG"}} -### Service Proxy Generation - -Since the book service has changed (added a new action, changed DTOs), we need to refresh the service proxies. Run the following command in the root folder of the angular application: - -````bash -abp generate-proxy -```` - -### Show Author Name on the Books Table - -Open the `/src/book/book.component.html` and add the following column to the `ngx-datatable`, just after the `name` column. - -````html - -```` - -This should add an *Author* column to the books page: - -![bookstore-added-author-to-book-list-angular](images/bookstore-added-author-to-book-list-angular.png) - -TODO... +***Angular UI is being prepared...*** {{end}} \ No newline at end of file