Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不使用 @ViewChild 或 @ViewChildren 注释的情况下访问子组件?例如:
SubComponent getComponent() { return Whatever.getComponentBySelector('selector'); }
如果您需要做的是访问值,那么您可以使用@output从子级获取值或使用服务并让子级使用相关数据更新服务。如果这是你想要的。
@output