/
tisit
/
FUXA_SCADA
Обзор
Документация
Войти
/
tisit
/
FUXA_SCADA
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
client/src/app/lab/lab.component.html
10 строк
449 B
unocelli
Loading progress bar
14 дек 2021, 01:04
14 дек 2021, 01:04
9a8af14
Код
Авторство
О чём код?
<div [style.background-color]="backgroudColor" style="height: 100%"> <app-fuxa-view *ngIf="labView" class="lab-body" id="lab" [view]="currentView" [hmi]="hmi" [gaugesManager]="gaugesManager"></app-fuxa-view> <div *ngIf="!labView"> Loading... </div> <template #messagecontainer> </template> <button mat-mini-fab color="warn" class="fab-btn" (click)="onTest()">Test</button> <app-tester #tester></app-tester> </div>