mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
@ -81,16 +81,17 @@ export class Nav implements NavOutlet {
|
||||
|
||||
/**
|
||||
* Event fired when Nav will load a component
|
||||
* @internal
|
||||
*/
|
||||
@Event() ionNavWillLoad!: EventEmitter<void>;
|
||||
/**
|
||||
* Event fired when the nav will components
|
||||
*/
|
||||
@Event() ionNavWillChange!: EventEmitter<void>;
|
||||
@Event({ bubbles: false }) ionNavWillChange!: EventEmitter<void>;
|
||||
/**
|
||||
* Event fired when the nav has changed components
|
||||
*/
|
||||
@Event() ionNavDidChange!: EventEmitter<void>;
|
||||
@Event({ bubbles: false }) ionNavDidChange!: EventEmitter<void>;
|
||||
|
||||
componentWillLoad() {
|
||||
this.useRouter =
|
||||
|
||||
Reference in New Issue
Block a user