考虑以下 html:
<html>
<body>
<app-header></app-header>
<app-footer></app-footer>
</body>
</html>
如果我使用app-footer
钩子ngAfterViewInit()
将脚本附加到包含jQuery
处理组件中元素的html app-header
,会起作用吗?
与钩子相比,app-header
钩子何时执行?
会先执行吗?异步?ngAfterViewInit()
app-footer