To achieve lazy loading in Angular, the loadChildren property uses the ________ syntax.

  • Array
  • Function
  • Object
  • String
To achieve lazy loading in Angular, you use the loadChildren property with a string that points to the module file to be loaded lazily. This string typically follows a specific syntax, where you specify the path to the module using a module import statement.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *