Skip to content

Commit

Permalink
feat(angular): expose activatedView (#21302)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed May 20, 2020
1 parent c680705 commit 829a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular/src/directives/navigation/ion-router-outlet.ts
Expand Up @@ -20,7 +20,7 @@ export class IonRouterOutlet implements OnDestroy, OnInit {
nativeEl: HTMLIonRouterOutletElement;

private activated: ComponentRef<any> | null = null;
private activatedView: RouteView | null = null;
activatedView: RouteView | null = null;

private _activatedRoute: ActivatedRoute | null = null;
private _swipeGesture?: boolean;
Expand Down

0 comments on commit 829a0d9

Please sign in to comment.