fix(router): merge SystemJsAppModuleFactoryLoader and SystemJsAllModuleLoader

This commit is contained in:
vsavkin
2016-07-13 10:39:16 -07:00
parent 0b54e3cf0a
commit 0426325ef7
6 changed files with 21 additions and 30 deletions

View File

@ -1336,11 +1336,6 @@ export declare function style(tokens: string | {
[key: string]: string | number;
}>): AnimationStyleMetadata;
/** @experimental */
export declare class SystemJsAppModuleFactoryLoader implements AppModuleFactoryLoader {
load(path: string): Promise<AppModuleFactory<any>>;
}
/** @experimental */
export declare class SystemJsAppModuleLoader implements AppModuleFactoryLoader {
constructor(_compiler: Compiler);