Angular 4 組件間的通信

一、輸入屬性(父組件與子組件通信) 1. 創建工程 ng new demo1 2.創建order組件 ng g component order 3. 在order組件裏定義輸入屬性 order組件的html   4. 父組件 app.component.ts中定義stock  app.component.html, 採用雙向綁定    效果圖 最終父組件IBM的值,通過輸入屬性,把值傳遞給了子組件
相關文章
相關標籤/搜索