Q. How can you lazy-load a module in Angular?
β
Correct Answer: (A)
Using loadChildren in route configuration
Explanation: Lazy loading is configured with the `loadChildren` property in routes.