diff --git a/ionic/components/nav/nav.ts b/ionic/components/nav/nav.ts index a05d0d9a7f..8f8f11828a 100644 --- a/ionic/components/nav/nav.ts +++ b/ionic/components/nav/nav.ts @@ -24,6 +24,7 @@ import {ViewController} from './view-controller'; * component) to be loaded initially by any Nav you create, using * the 'root' property: * + * @usage * ```ts * import {GettingStartedPage} from 'getting-started'; * @App({ @@ -104,7 +105,15 @@ import {ViewController} from './view-controller'; template: '
' }) export class Nav extends NavController { + + /** + * @private + */ @Input() root: Type; + + /** + * @private + */ @Input() swipeBackEnabled: any; constructor(