File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
packages/schematics/angular Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ export const environment = {
1313 * This import should be commented out in production mode because it will have a negative impact
1414 * on performance if an error is thrown.
1515 */
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 5757/***************************************************************************************************
5858 * Zone JS is required by default for Angular itself.
5959 */
60- import 'zone.js/dist/zone '; // Included with Angular CLI.
60+ import 'zone.js'; // Included with Angular CLI.
6161
6262
6363/***************************************************************************************************
Original file line number Diff line number Diff line change 11// This file is required by karma.conf.js and loads recursively all the .spec and framework files
22
3- import 'zone.js/dist/zone- testing';
3+ import 'zone.js/testing';
44import { getTestBed } from '@angular/core/testing';
55import {
66 BrowserDynamicTestingModule,
Original file line number Diff line number Diff line change 11// This file is required by karma.conf.js and loads recursively all the .spec and framework files
22
3- import 'zone.js/dist/zone ';
4- import 'zone.js/dist/zone- testing';
3+ import 'zone.js';
4+ import 'zone.js/testing';
55import { getTestBed } from '@angular/core/testing';
66import {
77 BrowserDynamicTestingModule,
You can’t perform that action at this time.
0 commit comments