@ionic/angular
Version:
Angular specific wrappers for @ionic/core
14 lines (13 loc) • 852 B
TypeScript
import { ElementRef, Injector, EnvironmentInjector, NgZone, ChangeDetectorRef } from '@angular/core';
import type { Components } from '@ionic/core';
import { AngularDelegate } from '../../providers/angular-delegate';
import * as i0 from "@angular/core";
export declare interface IonNav extends Components.IonNav {
}
export declare class IonNav {
protected z: NgZone;
protected el: HTMLElement;
constructor(ref: ElementRef, environmentInjector: EnvironmentInjector, injector: Injector, angularDelegate: AngularDelegate, z: NgZone, c: ChangeDetectorRef);
static ɵfac: i0.ɵɵFactoryDeclaration<IonNav, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IonNav, never, never, { "animated": "animated"; "animation": "animation"; "root": "root"; "rootParams": "rootParams"; "swipeGesture": "swipeGesture"; }, {}, never, never, false>;
}