mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e263e19a2a
- prevents unsubscribing from the zone on error - prevents unsubscribing from directive `EventEmitter`s on error - prevents detaching views in dev mode if there on error - ensures that `ngOnInit` is only called 1x (also in prod mode) Fixes #9531 Fixes #2413 Fixes #15925