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

LoadChildrenCallback

The type of loadChildren.

See more...

type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;
      
      type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;
    

Description

See Routes for more details.