Mostly, removing things that were never intended to be exported publicy. BREAKING CHANGE: The following are no longer publicly exported APIs. They were intended as internal utilities and you should use your own util: ``` browserDetection, dispatchEvent, el, normalizeCSS, stringifyElement, expect (and custom matchers for Jasmine) ```
4 lines
136 B
TypeScript
4 lines
136 B
TypeScript
export declare const TEST_BROWSER_APPLICATION_PROVIDERS: Array<any>;
|
|
|
|
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;
|