mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
@ -19,6 +19,11 @@ export class IonRouterOutlet implements OnDestroy, OnInit {
|
|||||||
@Output('activate') activateEvents = new EventEmitter<any>();
|
@Output('activate') activateEvents = new EventEmitter<any>();
|
||||||
@Output('deactivate') deactivateEvents = new EventEmitter<any>();
|
@Output('deactivate') deactivateEvents = new EventEmitter<any>();
|
||||||
|
|
||||||
|
@Input()
|
||||||
|
set animated(animated: boolean) {
|
||||||
|
(this.elementRef.nativeElement as HTMLIonRouterOutletElement).animated = true;
|
||||||
|
}
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private parentContexts: ChildrenOutletContexts,
|
private parentContexts: ChildrenOutletContexts,
|
||||||
private location: ViewContainerRef,
|
private location: ViewContainerRef,
|
||||||
|
Reference in New Issue
Block a user