組件交互及動態組件加載

通過輸入型綁定把數據從父組件傳到子組件。 父:   <app-hero-child *ngFor="let hero of heroes" [hero]="hero" [master]="master"></app-hero-child> 子:    export class HeroChildComponent { @Input()hero:Hero; @Input('master')maste
相關文章
相關標籤/搜索