mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
18597db540
Fixes #14
6 lines
190 B
HTML
6 lines
190 B
HTML
<div *ngIf="botComponent.isLoading">
|
|
<my-spinner></my-spinner>
|
|
</div>
|
|
<div *ngIf="!botComponent.isLoading">
|
|
<ng-container *ngTemplateOutlet="botParamsTemplate"></ng-container>
|
|
</div> |