ionic2-starter-sidemenu | A starting project for Ionic with side menu navigation | Menu library
kandi X-RAY | ionic2-starter-sidemenu Summary
kandi X-RAY | ionic2-starter-sidemenu Summary
A starting project for Ionic with side menu navigation
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ionic2-starter-sidemenu
ionic2-starter-sidemenu Key Features
ionic2-starter-sidemenu Examples and Code Snippets
Community Discussions
Trending Discussions on ionic2-starter-sidemenu
QUESTION
I'm new to ionic2. There is something weird in it's routing compared to pure angular routing. In Angular:
...ANSWER
Answered 2017-Jul-24 at 13:23Ionic does not support URL routes, instead it implements a custom navigation solution - NavController (as linked by suraj). NavController maintains a stack of pages - moving forward you push a page to the stack this.nav.push(Page1);
and moving back you pop it this.navCtrl.pop();
.
In this way your url in browser is always the same and application always opens on the home page - which is similar to mobile application behaviour. To enable direct access to a certain resource (as you would open url myapp/items/1) you have to use deep linking plugin.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ionic2-starter-sidemenu
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page