Angular 6/7 by default uses Eager/Lazy loading? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . As the title says, do we need to manually implement Lazy Loading for the modules or does Angular 6/7 does it by default? 回答1: Angular by default uses eager loading unless specified otherwise. To implement Lazy Loading, following things need to be specified to the RouterModule : A