mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge branch 'ins_n_outs' of github.com:driftyco/ionic into ins_n_outs
This commit is contained in:
@ -50,7 +50,15 @@ import {NavRegistry} from './nav-registry';
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
export class NavPush {
|
export class NavPush {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @input {Page} the page you want to push
|
||||||
|
*/
|
||||||
@Input() navPush;
|
@Input() navPush;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @input {Any} Any parameters you want to pass along
|
||||||
|
*/
|
||||||
@Input() navParams;
|
@Input() navParams;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Reference in New Issue
Block a user