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