fix(router): merge SystemJsAppModuleFactoryLoader and SystemJsAllModuleLoader
This commit is contained in:
5
tools/public_api_guard/core/index.d.ts
vendored
5
tools/public_api_guard/core/index.d.ts
vendored
@ -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);
|
||||
|
Reference in New Issue
Block a user