mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
51d7cfbac6
commit
fce0602fa1
1 changed files with 0 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue