1 | import { Location } from '@angular/common';
|
2 | import { ViewContainerRef, ElementRef, NgZone } from '@angular/core';
|
3 | import { Router, ActivatedRoute } from '@angular/router';
|
4 | import { IonRouterOutlet as IonRouterOutletBase } from '@ionic/angular/common';
|
5 | import * as i0 from "@angular/core";
|
6 | export declare class IonRouterOutlet extends IonRouterOutletBase {
|
7 | readonly parentOutlet?: IonRouterOutlet | undefined;
|
8 | |
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 | outletContent: ViewContainerRef;
|
16 | |
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 | constructor(name: string, tabs: string, commonLocation: Location, elementRef: ElementRef, router: Router, zone: NgZone, activatedRoute: ActivatedRoute, parentOutlet?: IonRouterOutlet | undefined);
|
23 | static ɵfac: i0.ɵɵFactoryDeclaration<IonRouterOutlet, [{ attribute: "name"; }, { attribute: "tabs"; optional: true; }, null, null, null, null, null, { optional: true; skipSelf: true; }]>;
|
24 | static ɵcmp: i0.ɵɵComponentDeclaration<IonRouterOutlet, "ion-router-outlet", never, {}, {}, never, ["*"], false, never>;
|
25 | }
|