Skip to content

Commit f7fece5

Browse files
committed
feat(zone): Use zone-nativescript vendored below ./zone.js
1 parent 51d2ed6 commit f7fece5

File tree

5 files changed

+847
-6
lines changed

5 files changed

+847
-6
lines changed

nativescript-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@angular/forms": "2.0.0-rc.6",
3030
"@angular/router": "3.0.0-rc.2",
3131
"rxjs": "5.0.0-beta.11",
32-
"zone.js": "^0.6.17",
3332
"reflect-metadata": "^0.1.8",
3433
"parse5": "1.3.2",
3534
"punycode": "1.3.2",
@@ -38,6 +37,7 @@
3837
},
3938
"devDependencies": {
4039
"tns-core-modules": ">=2.2.0 || >=2.2.0-2016",
40+
"zone.js": "^0.6.17",
4141
"typescript": "^1.8.10"
4242
},
4343
"nativescript": {}

nativescript-angular/platform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'globals';
2-
import "zone.js/dist/zone-node";
2+
import "./zone.js/dist/zone-nativescript";
33

44
import 'reflect-metadata';
55
import './polyfills/array';

0 commit comments

Comments
 (0)