File tree 4 files changed +5
-5
lines changed
packages/schematics/angular
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export const environment = {
13
13
* This import should be commented out in production mode because it will have a negative impact
14
14
* on performance if an error is thrown.
15
15
*/
16
- // import 'zone.js/dist /zone-error'; // Included with Angular CLI.
16
+ // import 'zone.js/plugins /zone-error'; // Included with Angular CLI.
Original file line number Diff line number Diff line change 57
57
/***************************************************************************************************
58
58
* Zone JS is required by default for Angular itself.
59
59
*/
60
- import 'zone.js/dist/zone '; // Included with Angular CLI.
60
+ import 'zone.js'; // Included with Angular CLI.
61
61
62
62
63
63
/***************************************************************************************************
Original file line number Diff line number Diff line change 1
1
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
2
3
- import 'zone.js/dist/zone- testing';
3
+ import 'zone.js/testing';
4
4
import { getTestBed } from '@angular/core/testing';
5
5
import {
6
6
BrowserDynamicTestingModule,
Original file line number Diff line number Diff line change 1
1
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
2
3
- import 'zone.js/dist/zone ';
4
- import 'zone.js/dist/zone- testing';
3
+ import 'zone.js';
4
+ import 'zone.js/testing';
5
5
import { getTestBed } from '@angular/core/testing';
6
6
import {
7
7
BrowserDynamicTestingModule,
You can’t perform that action at this time.
0 commit comments