📜  角度调用父方法和子方法 - Javascript代码示例

📅  最后修改于: 2022-03-11 15:04:05.104000             🧑  作者: Mango

代码示例1
// How to call a parent method + a child method from the parent's button click
// In hindsight, I wouldn't recommend this. But it's here if you need to use it.