This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

LoadChildren

The type of loadChildren.

See more...

      
      type LoadChildren = string | LoadChildrenCallback;
    

Description

See Routes for more details.