mode_edit codeAPI / @angular/routerLoadChildrenCallbacklinktype-alias 稳定The type of loadChildren.loadChildren 的类型定义。type LoadChildrenCallback = () => Type<any> | NgModuleFactory<any> | Promise<Type<any>> | Observable<Type<any>>;说明linkSee Routes for more details.欲知详情,参见 Routes。