Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

readme.md

ion-nav-push

Nav Push is a component used to navigate to the specified component.

It is the component form of NavController.push()

[DEPRECATED] Use <ion-nav-link component="MyComponent"> instead.

Properties

Property Attribute Description Type Default
component component Component to navigate to Function | HTMLElement | ViewController | null | string | undefined undefined
componentProps -- Data you want to pass to the component as props undefined | { [key: string]: any; } undefined

Built with StencilJS