diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index 6fe2a5d527..1efc5ace80 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -113,9 +113,24 @@ export class NavController extends Ion { protected _trnsTime: number = 0; protected _views: Array = []; + /** + * @private + */ id: number; + + /** + * @private + */ providers: ResolvedProvider[]; + + /** + * @private + */ router: NavRouter; + + /** + * @private + */ sbGesture: any; constructor(