0
votes

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?

1

1 Answers

2
votes

There is no additional setup required for NativeScript + Angular, it's just as simple as how you would do it in a web app.