Reputation: 1033
I want to implement lazy loading of feature modules in my NativeScript + Angular application. I'm wondering if I have to do some additional Webpack setup to make lazy loading work?
Upvotes: 0
Views: 74
Reputation: 21908
There is no additional setup required for NativeScript + Angular, it's just as simple as how you would do it in a web app.
Upvotes: 2