What happens when we import same module from separate lazy loaded modules in angular 2?

Viewed 490

What happens when we import a CertainModule in two separate lazily loaded modules given the case the CertainModule is NOT imported in the AppModule(Root Module).

@Will it be downloaded twice as chunk when user navigate to both the modules one after another?

Thanks

0 Answers
Related