Faster maps with lazy-loaded components
Makes maps faster by lazy loading components without changing the main route using Angular Auxiliary router.
Jul 25, 202111 min read2.4K

Search for a command to run...
Articles tagged with #angularjs
Makes maps faster by lazy loading components without changing the main route using Angular Auxiliary router.

This might be a question for many of you angularjs developers who have moved to the Angular recently and trying to find your way around the new framework. If you remember in angularjs we have $filter which is equivalent to Pipe in Angular. There are ...
