build: fix paths to typings files so tsickle resolves imports correctly
Fixes #15080
This commit is contained in:

committed by
Chuck Jazdzewski

parent
0ab49d4cec
commit
410aa33005
6
tools/public_api_guard/platform-server/testing.d.ts
vendored
Normal file
6
tools/public_api_guard/platform-server/testing.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/** @experimental */
|
||||
export declare const platformServerTesting: (extraProviders?: Provider[]) => PlatformRef;
|
||||
|
||||
/** @experimental */
|
||||
export declare class ServerTestingModule {
|
||||
}
|
Reference in New Issue
Block a user