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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -