matrix-dimension/web/app/configs/complex-bot/config-screen/config-screen.complex-bot.component.html
2018-03-26 21:48:44 -06:00

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>