refactor: rewrite private export using the ɵ prefix

This commit is contained in:
Miško Hevery
2017-02-17 12:55:55 -08:00
committed by Igor Minar
parent bb0460b93b
commit 738d93caf7
111 changed files with 202 additions and 1070 deletions

View File

@ -7,8 +7,10 @@
*/
import {ɵgetDOM as getDOM} from '@angular/platform-browser';
import {global} from './facade/lang';
import {getDOM} from './private_import_platform-browser';
/**