File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 "ngx-bootstrap" : " ^6.2.0" ,
3535 "rxjs" : " ~6.6.0" ,
3636 "tslib" : " ^2.0.0" ,
37- "zone.js" : " ~0.11.3 "
37+ "zone.js" : " ~0.11.4 "
3838 },
3939 "devDependencies" : {
4040 "@angular-devkit/build-angular" : " ~12.2.17" ,
Original file line number Diff line number Diff line change 1- import 'zone.js/dist/zone- node' ;
1+ import 'zone.js/node' ;
22
33import { ngExpressEngine } from '@nguniversal/express-engine' ;
44import * as express from 'express' ;
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 ,
You can’t perform that action at this time.
0 commit comments