I’m keen to upgrade my current app to Ionic 3 but I want to be sure of best practice. The Lazy Load branch of the Conference app now has a module for every component. Is this now the recommended way of structuring your app in order to utilise lazy loading?
I have tried to base the structure of my app on the Angular Style Guide - with a shared module, a core module and feature modules. Is this still a recommended approach for Ionic 3?