test: add public api golden files
Includes a few style fixes on "* as foo" imports.
This commit is contained in:
9
tools/public_api_guard/platform-browser-dynamic/index.d.ts
vendored
Normal file
9
tools/public_api_guard/platform-browser-dynamic/index.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
export declare function bootstrap(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
|
||||
|
||||
export declare function bootstrapWorkerApp(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
|
||||
|
||||
export declare function bootstrapWorkerUi(workerScriptUri: string, customProviders?: Array<any>): Promise<ApplicationRef>;
|
||||
|
||||
export declare const BROWSER_APP_COMPILER_PROVIDERS: Array<any>;
|
||||
|
||||
export declare const CACHED_TEMPLATE_PROVIDER: Array<any>;
|
3
tools/public_api_guard/platform-browser-dynamic/testing.d.ts
vendored
Normal file
3
tools/public_api_guard/platform-browser-dynamic/testing.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array<any>;
|
||||
|
||||
export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array<any>;
|
Reference in New Issue
Block a user