fengxiang
2018-08-13 7b3aa6c1a9c399e318d24494a30099bbb18cb97b
1
2
3
4
5
6
<ng-container [ngSwitch]="deviceControllerService.incumbent">
    <app-device-status *ngSwitchCase="'status'"></app-device-status>
    <app-device-data *ngSwitchCase="'data'"></app-device-data>
    <app-device-status   *ngSwitchDefault>
    </app-device-status>
</ng-container>