refactor(compiler): remove private exports
All of `@angular/compiler` is private, so we can export everything we need directly.
This commit is contained in:
committed by
Alex Rickabaugh
parent
a8815d6b08
commit
acda82c1ed
@@ -11,7 +11,7 @@ const parse5 = require('parse5');
|
||||
import {ListWrapper} from '../src/facade/collection';
|
||||
import {DomAdapter, setRootDomAdapter} from './private_import_platform-browser';
|
||||
import {isPresent, isBlank, global, setValueOnPath} from '../src/facade/lang';
|
||||
import {SelectorMatcher, CssSelector} from './private_import_compiler';
|
||||
import {SelectorMatcher, CssSelector} from '@angular/compiler';
|
||||
|
||||
let treeAdapter: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user