Ionic 3 introduced lazy loaded modules/routes, which allows us to have significantly improved performance. This means we no longer have to declare our page dependencies in our app.module.ts, instead - we can lazy load them when required.
Make sure you've installed the latest version of the Ionic CLI:
$ sudo npm install -g ionic
Clone or download and access this repo:
$ git clone https://github.com/condacore/ionic3-lazy-loading-example
$ cd ionic3-highcharts-starter
Install node modules:
$ npm install
Test the App in your Browser
$ ionic serve -l
If you like this work feel free to Donate:
PayPal: https://paypal.me/MariusBolik
Bitcoin: 1KUx75cixop4vHDCxmvhsMaoaqedacQ2ri
Bitcoin Cash: 1AUxCSRckMUARnnGeF6vHWyNzsFPh2YTra
Etereum: 0xc09cf3e5f54e0a3a83568b768257b21b97a0a00e
GPLv3 - Copyright 2018 condacore.com