Ionic 2 Creating a Page and Navigation between the pages

preview_player
Показать описание
Creating a page in ionic 2 can be done via command line. The Navigation between the pages can be done using NavController. We can pass value from page to another page using NavParams, and this NavParams has a method as get() which accepts a parameter of type string where we can mention the key to retrieve the values.
Рекомендации по теме
Комментарии
Автор

thank you. helpful material. keep it up

jamalahmad
Автор

Is there any way i can link the pages using <a href> tag?? (Eg: <a

SangeetaDevi-pzln