Ionic 2 Creating a Page and Navigation between the pages

Опубликовано: 21 Март 2026
на канале: Anish
24,154
96

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.