摘要: 1.父级向子级传值,不管是属性,方法,还是整个父级对象this,都可以通过类似变量的形式传入,具体如下 <app-detail #detail msg="123"></app-detail> //传入的值不是变量 <app-detail #detail [msg]="parentMsg"></app 阅读全文
posted @ 2021-01-19 09:41 敲代码的羔羊 阅读(872) 评论(0) 推荐(0)