#swDevTermOfTheDay #LazyLoading in the context of #Angular means loading components when needed, but to compile the lazily loaded components together with the hosting component to allow for optimizations like #TreeShaking. See also #ExternalComponents