Lazy loading Angular applications

Sébastien Dubois
JavaScript in Plain English
5 min readMar 28, 2021

--

Picture courtesy of Kevin Grieve

In very rare circumstances, you might want to delay the loading of your Angular application. In this article, I’ll show you how you can do it.

Warning: Don’t do this lightly. Carefully evaluate if you really need to do this, as it can have a devastating effect on user experience!

Angular module import side-effects

--

--