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.
我已经看到测试框架(例如 Arquillian)使用它来检测 dom 何时准备好使用 Angular 1 检查。在 Angular 2 中是否有等效的方法来执行此操作?
onEventDonefromNgZone应该为此工作
onEventDone
NgZone
在结束 VM 事件之前的最终 onTurnDone 回调之后立即通知订阅者。 此事件对于验证应用程序状态(例如在测试中)很有用。
在结束 VM 事件之前的最终 onTurnDone 回调之后立即通知订阅者。
此事件对于验证应用程序状态(例如在测试中)很有用。
https://angular.io/api/core/NgZone