LoadChildrenCallback
loadChildren 的类型定义。
The type of loadChildren.
type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;
说明
欲知详情,参见 Routes。
See Routes for more details.