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.
| 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