Skip to content

Commit 17dbf69

Browse files
committed
fix(nav): willLoad() does not have to be zone wrapped
1 parent f1f44eb commit 17dbf69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/navigation/nav-controller-base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ export class NavControllerBase extends Ion implements NavController {
767767

768768
_willLoad(view: ViewController) {
769769
assert(this.isTransitioning(), 'nav controller should be transitioning');
770-
assert(NgZone.isInAngularZone(), 'callback should be zoned');
771770

772771
view._willLoad();
773772
}

0 commit comments

Comments
 (0)