Daniel
Daniel

Reputation: 1033

NativeScript Angular lazy loaded modules using Webpack

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

Answers (1)

Manoj
Manoj

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

Related Questions