angular / 4.4.6 / api / router / loadchildrencallback.html /

LoadChildrenCallback

type-alias

npm Package @angular/router
Module import { LoadChildrenCallback } from '@angular/router';
Source router/src/config.ts

The type of loadChildren. See Routes for more details.

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

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/router/LoadChildrenCallback