Improving the size of your app – lazy loading – Organizing Your Application-2
In this file, we also removed the export of the HomeComponent component because the Home module route file will load it. In the project’s main route file, app-routing.module.ts, let’s refactor it as follows:import { NgModule…