LoadChildrenCallback
A function that is called to resolve a collection of lazy-loaded routes.
type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;
A function that is called to resolve a collection of lazy-loaded routes.
type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;