Using Ionic with Stencil: Navigation with Ion-Router

preview_player
Показать описание
In this video, we take a look at how to navigate in a Stencil/Ionic application using the ion-router.

#ionic #stencil #pwa

Рекомендации по теме
Комментарии
Автор

Hi Joshua, nice video, this is related with the "<ion-router-outlet>"? Thank you man!

OreaSuaste
Автор

how can I transform a stencil application into a pwa, something like the @angular/pwa library that does it for ionic with angular.
Do you have any post about it?

devef
Автор

Thank you so much for the video, but I have a problem using: HTMLIonRouterElement
The command this.navCtrl = gives me this error that I don't understand:
Type 'HTMLIonRouterElement' is missing the following properties from type 'HTMLIonRouteElement': 'component', 'url'ts(2739)




I'm stuck on this :S

ericamarchi
Автор

why use ion-router instead of angular ?

devillspdr