Q. How can you create a lazy-loaded module in Angular?
β
Correct Answer: (B)
By defining the module path with loadChildren in routing
Explanation: Lazy loading modules is done by setting loadChildren with the module's path in routes.