Skip to content

Commit

Permalink
Update Part-10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jul 23, 2020
1 parent 1bf4599 commit 8254312
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions docs/en/Tutorials/Part-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<ngx-datatable-column
[name]="'::Author' | abpLocalization"
prop="authorName"
></ngx-datatable-column>
````

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}}

0 comments on commit 8254312

Please sign in to comment.