先來看看簡單的隱藏顯示,並未加入動畫。 @Component({ selector: 'my-fader', template: ` <div *ngIf="visibility == 'shown'" > < ...
確定! 回上一頁