Commit 02166027fc4267fee568c39dd8d7f1e2cdd3a4a4
1 parent
c680f5b4
111
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/app/data/bus-stop/bus-stop.component.html
| ... | ... | @@ -5,6 +5,9 @@ |
| 5 | 5 | <div *ngIf="showGrid"> |
| 6 | 6 | <button md-raised-button color="accent" (click)="addNewRow()" type="button">Добавить новое поле</button> |
| 7 | 7 | <button md-raised-button color="warn" (click)="deleteRows()" type="button">Удалить</button> |
| 8 | + <div *tdLoading="'overlayStarSyntax'; mode:'indeterminate'; type:'circle'; strategy:'overlay'; color:'accent'"> | |
| 9 | + Loading | |
| 10 | + </div> | |
| 8 | 11 | <div *ngIf="isLoading" class=""> |
| 9 | 12 | ...Loading |
| 10 | 13 | </div> | ... | ... |