refactor: move DOCUMENT imports from platform-browser to common (#29237)

PR Close #29237
This commit is contained in:
Adam Plumer
2019-03-11 19:20:40 -05:00
committed by Matias Niemelä
parent 6ab8c0b371
commit 7b70760c8d
31 changed files with 52 additions and 54 deletions

View File

@ -186,4 +186,4 @@ export class NullViewportScroller implements ViewportScroller {
* Empty implementation
*/
setHistoryScrollRestoration(scrollRestoration: 'auto'|'manual'): void {}
}
}