fix(core): Remove static dependency from @angular/core to @angular/compiler (#26734) (#26879)

This commit is contained in:
Miško Hevery
2018-10-31 13:14:01 -07:00
committed by GitHub
parent bc93d47129
commit 257ac83095
50 changed files with 964 additions and 1053 deletions

View File

@ -6,6 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import '@angular/compiler'; // For JIT mode. Must be in front of any other @angular/* imports.
import {TestBed} from '@angular/core/testing';
import {BrowserDynamicTestingModule, platformBrowserDynamicTesting} from '@angular/platform-browser-dynamic/testing';
import {NoopAnimationsModule} from '@angular/platform-browser/animations';