fix(packages): use ES modules for primary build (#11120)
This commit is contained in:

committed by
Victor Berchet

parent
8cb1046ce9
commit
979657989b
6
tools/public_api_guard/platform-browser-dynamic/testing/index.d.ts
vendored
Normal file
6
tools/public_api_guard/platform-browser-dynamic/testing/index.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/** @stable */
|
||||
export declare class BrowserDynamicTestingModule {
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
export declare const platformBrowserDynamicTesting: (extraProviders?: Provider[]) => PlatformRef;
|
Reference in New Issue
Block a user