feat(upgrade): support lazy-loading Angular module into AngularJS app
This commit is contained in:

committed by
Alex Rickabaugh

parent
44b50427d9
commit
30e76fcd80
4
tools/public_api_guard/upgrade/static.d.ts
vendored
4
tools/public_api_guard/upgrade/static.d.ts
vendored
@ -1,6 +1,7 @@
|
||||
/** @experimental */
|
||||
export declare function downgradeComponent(info: {
|
||||
component: Type<any>;
|
||||
/** @experimental */ propagateDigest?: boolean;
|
||||
/** @deprecated */ inputs?: string[];
|
||||
/** @deprecated */ outputs?: string[];
|
||||
/** @deprecated */ selectors?: string[];
|
||||
@ -9,6 +10,9 @@ export declare function downgradeComponent(info: {
|
||||
/** @experimental */
|
||||
export declare function downgradeInjectable(token: any): Function;
|
||||
|
||||
/** @experimental */
|
||||
export declare function downgradeModule<T>(moduleFactoryOrBootstrapFn: NgModuleFactory<T> | ((extraProviders: Provider[]) => Promise<NgModuleRef<T>>)): string;
|
||||
|
||||
/** @stable */
|
||||
export declare function getAngularLib(): any;
|
||||
|
||||
|
Reference in New Issue
Block a user