angular - Do components defined in the router module of a feature module load in its own router-outlet? -


i have angular application trying lazy load modules. components defined in router module of feature module load in own router-outlet or load in router-outlet of parent module?

all components regardless of how loaded , defined rendered inside parent router-outlet directive. doesn't matter whether routes (router module) loaded eagerly or lazy since router merges routes 1 configuration.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -