mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
6 lines
199 B
HTML
6 lines
199 B
HTML
<div *ngIf="bridgeComponent.isLoading">
|
|
<my-spinner></my-spinner>
|
|
</div>
|
|
<div *ngIf="!bridgeComponent.isLoading">
|
|
<ng-container *ngTemplateOutlet="bridgeParamsTemplate"></ng-container>
|
|
</div> |