mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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 {
|
||||
|
||||
/**
|
||||
* @input {Page} the page you want to push
|
||||
*/
|
||||
@Input() navPush;
|
||||
|
||||
/**
|
||||
* @input {Any} Any parameters you want to pass along
|
||||
*/
|
||||
@Input() navParams;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user