refactor(common): remove BrowserPlatformLocation from private exports. (#49301)

`BrowserPlatformLocation` was add to the public API by #48488.

PR Close #49301
This commit is contained in:
Matthieu Riegler 2023-03-02 22:12:59 +01:00 committed by Jessica Janiuk
parent 51d7cfbac6
commit fce0602fa1

View file

@ -7,4 +7,3 @@
*/
export {DomAdapter as ɵDomAdapter, getDOM as ɵgetDOM, setRootDomAdapter as ɵsetRootDomAdapter} from './dom_adapter';
export {BrowserPlatformLocation as ɵBrowserPlatformLocation} from './location/platform_location';