Выражение *ngIf="condition;else unset" указывает, что если condition равно false, то срабатывает блок <ng-template #unset> . Либо можно ...
確定! 回上一頁