feat(upgrade): compilerOptions in bootstrap (#10575)
This commit is contained in:

committed by
Tobias Bosch

parent
3df00828d7
commit
5effc330ed
2
tools/public_api_guard/upgrade/index.d.ts
vendored
2
tools/public_api_guard/upgrade/index.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
/** @stable */
|
||||
export declare class UpgradeAdapter {
|
||||
constructor(ng2AppModule: Type<any>);
|
||||
constructor(ng2AppModule: Type<any>, compilerOptions?: CompilerOptions);
|
||||
bootstrap(element: Element, modules?: any[], config?: angular.IAngularBootstrapConfig): UpgradeAdapterRef;
|
||||
downgradeNg2Component(type: Type<any>): Function;
|
||||
downgradeNg2Provider(token: any): Function;
|
||||
|
Reference in New Issue
Block a user