标签:size button monk child www normal strong round mono
angular中 父组件调用子组件的方法 -- 使用 @ViewChild 装饰器修饰子组件,获取方法,调用
除此之外 ViewChild 还可以获取 DOM ,操作 DOM , 详见: https://www.cnblogs.com/monkey-K/p/11567098.html
1. html 中使用 #var 方式标记 子组件
2. js 中使用 @ViewChild 装饰器
注: angular 中如果不知道 类型 就定义为 any
标签:size button monk child www normal strong round mono
原文地址:https://www.cnblogs.com/monkey-K/p/11567123.html