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.
在 Angular 中,ViewChild 用于获取对放置在特定组件的 HTML 文件内的 dom 元素的引用。如何获取对位于组件 HTML 文件之外的 DOM 元素的引用?例如,它存在于祖父母兄弟组件中。