LoadChildrenCallback
The type of loadChildren
.
type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;
Description
See Routes
for more details.
The type of loadChildren
.
type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;
See Routes
for more details.