Angular學習之旅-----父子組件傳值

父組件給子組件傳值 public msg = '這是父組件的msg' import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-father', templateUrl: './father.component.html', styleUrls: ['./father.componen
相關文章
相關標籤/搜索