Is it possible to add global lifecycle hooks for every component instead of doing it one by one ? Example: I want on each component initialization to be called a function.
答案 0 :(得分:0)
我认为正式可能不会。
我还没有在Angular 2文档中看到这样的例子。组件生命周期事件是按实例实现的。
PS:如果你发现了一种破解方式,我不建议你这样做。我打赌那里有一个更好的替代方案来处理你的用例:)