mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(angular): pass proper animated value
This commit is contained in:
@ -21,7 +21,7 @@ export class IonRouterOutlet implements OnDestroy, OnInit {
|
||||
|
||||
@Input()
|
||||
set animated(animated: boolean) {
|
||||
(this.elementRef.nativeElement as HTMLIonRouterOutletElement).animated = true;
|
||||
(this.elementRef.nativeElement as HTMLIonRouterOutletElement).animated = animated;
|
||||
}
|
||||
|
||||
constructor(
|
||||
|
Reference in New Issue
Block a user