angular2父子組件的數據傳遞,父組件向子組件傳遞數據

父組件---->子組件spa <my-component  [input]="myvalue" ></my-component>component 這是單一使用向子組件寫入一組數據,input 這樣咱們在my-component組件裏面使用@Input() input: any;就能夠取到傳遞過來的myvalue,my-component組件裏面的input獲取到的數據就是myvalue的值數據
相關文章
相關標籤/搜索