docs(navPush): add input docs

This commit is contained in:
mhartington
2016-02-11 12:23:07 -05:00
parent 8314ad25c2
commit d958085c03

View File

@ -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(