Browse Source

docs: remove unnecessary code line from Bookstore tutorial

pull/3133/head
mehmet-erim 6 years ago
parent
commit
308c7f99d7
  1. 1
      docs/en/Tutorials/Part-2.md

1
docs/en/Tutorials/Part-2.md

@ -641,7 +641,6 @@ Open `book-list.component.html` file in `books\book-list` folder and replace the
</div>
<div class="card-body">
<abp-table
*ngIf="[150, 0] as columnWidths"
[value]="books$ | async"
[abpLoading]="loading"
[headerTemplate]="tableHeader"

Loading…
Cancel
Save