diff --git a/CHANGELOG.md b/CHANGELOG.md
index 311d21572..804aab96f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+# [7.1.0](https://github.com/NativeScript/nativescript-angular/compare/7.0.3...7.1.0) (2018-12-07)
+
+
+### Features
+
+* Angular 7.1 support
+
## [7.0.3](https://github.com/NativeScript/nativescript-angular/compare/7.0.2...7.0.3) (2018-12-05)
diff --git a/e2e/modal-navigation-ng/package.json b/e2e/modal-navigation-ng/package.json
index 8938a8a85..7ae334754 100644
--- a/e2e/modal-navigation-ng/package.json
+++ b/e2e/modal-navigation-ng/package.json
@@ -13,52 +13,40 @@
}
},
"dependencies": {
- "@angular/animations": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.8",
"rxjs": "~6.3.3",
"tns-core-modules": "next",
- "zone.js": "~0.8.2"
+ "zone.js": "^0.8.4"
},
"devDependencies": {
- "@ngtools/webpack": "~7.0.0",
- "@angular/compiler-cli": "~7.0.0",
+ "@angular/compiler-cli": "~7.1.0",
+ "@ngtools/webpack": "~7.1.0",
"@types/chai": "^4.0.2",
- "@types/mocha": "^2.2.41",
- "@types/node": "^7.0.5",
+ "@types/mocha": "^5.2.5",
+ "@types/node": "^10.12.12",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
- "clean-webpack-plugin": "~0.1.19",
- "copy-webpack-plugin": "~4.5.1",
- "css-loader": "~0.28.11",
- "extract-text-webpack-plugin": "~3.0.2",
+ "chai": "^4.2.0",
"lazy": "1.0.11",
"mocha": "^5.2.0",
- "mocha-junit-reporter": "~1.17.0",
- "mocha-multi": "~1.0.0",
+ "mocha-junit-reporter": "^1.18.0",
+ "mocha-multi": "^1.0.1",
"nativescript-dev-appium": "next",
- "nativescript-dev-typescript": "next",
- "nativescript-dev-webpack": "^0.13.0",
- "nativescript-worker-loader": "~0.9.0",
- "raw-loader": "~0.5.1",
- "resolve-url-loader": "~2.3.0",
- "typescript": "~3.1.1",
- "uglifyjs-webpack-plugin": "~1.2.5",
- "webpack": "~4.6.0",
- "webpack-bundle-analyzer": "~2.13.0",
- "webpack-cli": "~2.1.3",
- "webpack-sources": "~1.1.0",
- "@angular-devkit/core": "~0.7.0-beta.1"
+ "nativescript-dev-typescript": "~0.7.8",
+ "nativescript-dev-webpack": "next",
+ "typescript": "~3.1.1"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
diff --git a/e2e/nested-router-tab-view/app/login/login.component.ts b/e2e/nested-router-tab-view/app/login/login.component.ts
index 68b5916f3..98574863d 100644
--- a/e2e/nested-router-tab-view/app/login/login.component.ts
+++ b/e2e/nested-router-tab-view/app/login/login.component.ts
@@ -2,7 +2,7 @@ import { Component, ViewContainerRef } from "@angular/core";
import { ModalDialogService, ModalDialogOptions } from "nativescript-angular/directives/dialogs";
import { RouterExtensions } from "nativescript-angular/router";
import { EventData } from "tns-core-modules/data/observable";
-import { confirm } from "ui/dialogs";
+import { confirm } from "tns-core-modules/ui/dialogs";
import { AppModule } from "../app.module";
diff --git a/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts b/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts
index 7069b058d..89cb66c56 100644
--- a/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts
+++ b/e2e/nested-router-tab-view/app/modal-nested/modal-nested.component.ts
@@ -1,5 +1,5 @@
import { Component } from "@angular/core";
-import { View, ShownModallyData } from "ui/core/view"
+import { View, ShownModallyData } from "tns-core-modules/ui/core/view"
import { ModalDialogParams } from "nativescript-angular/directives/dialogs";
@Component({
diff --git a/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts b/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts
index a1b280964..819a73f78 100644
--- a/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts
+++ b/e2e/nested-router-tab-view/app/modal-second/modal-second.component.ts
@@ -1,6 +1,6 @@
import { Component } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
-import { View, EventData } from "ui/core/view"
+import { View, EventData } from "tns-core-modules/ui/core/view"
import { RouterExtensions } from "nativescript-angular/router";
@Component({
diff --git a/e2e/nested-router-tab-view/app/modal/modal.component.ts b/e2e/nested-router-tab-view/app/modal/modal.component.ts
index 55ff26525..fc5068b2b 100644
--- a/e2e/nested-router-tab-view/app/modal/modal.component.ts
+++ b/e2e/nested-router-tab-view/app/modal/modal.component.ts
@@ -2,8 +2,8 @@ import { Component, ViewContainerRef } from "@angular/core";
import { ModalDialogParams, ModalDialogOptions, ModalDialogService } from "nativescript-angular/directives/dialogs";
import { RouterExtensions, PageRoute } from "nativescript-angular/router";
import { ActivatedRoute } from "@angular/router";
-import { View, ShownModallyData, EventData } from "ui/core/view"
-import { confirm } from "ui/dialogs";
+import { View, ShownModallyData } from "tns-core-modules/ui/core/view"
+import { confirm } from "tns-core-modules/ui/dialogs";
import { ModalRouterComponent } from "../modal/modal-router/modal-router.component";
import { NestedModalComponent } from "../modal-nested/modal-nested.component";
diff --git a/e2e/nested-router-tab-view/app/tabs/tabs.component.ts b/e2e/nested-router-tab-view/app/tabs/tabs.component.ts
index 10ddc1b12..df5e2d619 100644
--- a/e2e/nested-router-tab-view/app/tabs/tabs.component.ts
+++ b/e2e/nested-router-tab-view/app/tabs/tabs.component.ts
@@ -3,8 +3,8 @@ import { ModalDialogService, ModalDialogOptions } from "nativescript-angular/dir
import { RouterExtensions } from "nativescript-angular/router";
import { EventData } from "tns-core-modules/data/observable";
import { ActivatedRoute } from "@angular/router";
-import { confirm } from "ui/dialogs";
-import { Page } from "ui/page";
+import { confirm } from "tns-core-modules/ui/dialogs";
+import { Page } from "tns-core-modules/ui/page";
import { AppModule } from "../app.module";
@Component({
diff --git a/e2e/nested-router-tab-view/package.json b/e2e/nested-router-tab-view/package.json
index 293f4e5f5..502e5c8a2 100644
--- a/e2e/nested-router-tab-view/package.json
+++ b/e2e/nested-router-tab-view/package.json
@@ -25,16 +25,16 @@
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.8",
- "rxjs": "~6.0.0-rc.1",
+ "rxjs": "~6.3.3",
"tns-core-modules": "next",
- "zone.js": "~0.8.2"
+ "zone.js": "^0.8.4"
},
"devDependencies": {
- "@angular/compiler-cli": "~6.1.0",
- "@ngtools/webpack": "~6.2.0",
+ "@angular/compiler-cli": "~7.1.0",
+ "@ngtools/webpack": "~7.1.0",
"@types/chai": "^4.0.2",
- "@types/mocha": "^2.2.41",
- "@types/node": "^7.0.5",
+ "@types/mocha": "^5.2.5",
+ "@types/node": "^10.12.12",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
@@ -46,7 +46,7 @@
"nativescript-dev-appium": "next",
"nativescript-dev-typescript": "~0.7.4",
"nativescript-dev-webpack": "next",
- "typescript": "~2.7.2"
+ "typescript": "~3.1.1"
},
"scripts": {
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
diff --git a/e2e/renderer/package.json b/e2e/renderer/package.json
index f9f52bfc4..caa9fed90 100644
--- a/e2e/renderer/package.json
+++ b/e2e/renderer/package.json
@@ -7,14 +7,14 @@
"id": "org.nativescript.renderer"
},
"dependencies": {
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-intl": "^3.0.0",
"reflect-metadata": "~0.1.8",
@@ -23,8 +23,8 @@
"zone.js": "^0.8.4"
},
"devDependencies": {
- "@angular/compiler-cli": "~7.0.0",
- "@ngtools/webpack": "~7.0.0",
+ "@angular/compiler-cli": "~7.1.0",
+ "@ngtools/webpack": "~7.1.0",
"@types/chai": "~4.1.3",
"@types/mocha": "~5.2.1",
"@types/node": "10.11.4",
diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json
index 5dc6eac6c..8834e81d8 100644
--- a/e2e/router-tab-view/package.json
+++ b/e2e/router-tab-view/package.json
@@ -13,26 +13,26 @@
}
},
"dependencies": {
- "@angular/animations": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.8",
- "rxjs": "~6.0.0-rc.1",
+ "rxjs": "~6.3.3",
"tns-core-modules": "next",
- "zone.js": "~0.8.2"
+ "zone.js": "^0.8.4"
},
"devDependencies": {
"@types/chai": "^4.0.2",
- "@types/mocha": "^2.2.41",
- "@types/node": "^7.0.5",
+ "@types/mocha": "^5.2.5",
+ "@types/node": "^10.12.12",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
diff --git a/e2e/router/package.json b/e2e/router/package.json
index 3eefc28f8..5d6bc7949 100644
--- a/e2e/router/package.json
+++ b/e2e/router/package.json
@@ -7,28 +7,28 @@
"id": "org.nativescript.router"
},
"dependencies": {
- "@angular/animations": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-intl": "^3.0.0",
"reflect-metadata": "~0.1.8",
"rxjs": "~6.3.3",
"tns-core-modules": "next",
- "zone.js": "^0.8.26"
+ "zone.js": "^0.8.4"
},
"devDependencies": {
- "@ngtools/webpack": "~7.0.0",
- "@angular/compiler-cli": "~7.0.0",
+ "@ngtools/webpack": "~7.1.0",
+ "@angular/compiler-cli": "~7.1.0",
"@types/chai": "^4.0.2",
- "@types/mocha": "^2.2.41",
- "@types/node": "^7.0.5",
+ "@types/mocha": "^5.2.5",
+ "@types/node": "^10.12.12",
"babel-traverse": "6.25.0",
"babel-types": "6.25.0",
"babylon": "6.17.4",
diff --git a/e2e/single-page/package.json b/e2e/single-page/package.json
index 7d1c6d35f..2cc4d2626 100644
--- a/e2e/single-page/package.json
+++ b/e2e/single-page/package.json
@@ -13,28 +13,28 @@
}
},
"dependencies": {
- "@angular/animations": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "file:../../nativescript-angular",
"nativescript-intl": "^3.0.0",
"reflect-metadata": "~0.1.8",
- "rxjs": "~6.0.0-rc.1",
+ "rxjs": "~6.3.3",
"tns-core-modules": "next",
"zone.js": "^0.8.4"
},
"devDependencies": {
- "@angular/compiler-cli": "~7.0.0",
- "@ngtools/webpack": "~6.2.0-beta.3",
+ "@angular/compiler-cli": "~7.1.0",
+ "@ngtools/webpack": "~7.1.0",
"@types/chai": "^4.0.2",
- "@types/mocha": "^2.2.41",
- "@types/node": "^7.0.5",
+ "@types/mocha": "^5.2.5",
+ "@types/node": "^10.12.12",
"babel-traverse": "6.25.0",
"babel-types": "6.25.0",
"babylon": "6.17.4",
diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json
index 6f7ef22ed..8477b29ce 100644
--- a/nativescript-angular/package.json
+++ b/nativescript-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-angular",
- "version": "7.0.3",
+ "version": "7.1.0",
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
"homepage": "https://www.nativescript.org/",
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
@@ -14,8 +14,8 @@
],
"nativescript": {
"platforms": {
- "android": "3.0.0",
- "ios": "3.0.0"
+ "android": "5.0.0",
+ "ios": "5.0.0"
}
},
"keywords": [
@@ -44,35 +44,35 @@
"reflect-metadata": "^0.1.8"
},
"peerDependencies": {
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/router": "~7.1.0",
"rxjs": "^6.3.3",
- "tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
- "zone.js": "^0.8.26",
- "typescript": "~3.1.1"
+ "tns-core-modules": "^5.0.0 || >5.0.0- || >5.1.0-",
+ "typescript": "~3.1.1",
+ "zone.js": "^0.8.4"
},
"devDependencies": {
- "@angular/animations": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/compiler-cli": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
- "codelyzer": "^4.3.0",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/compiler-cli": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
+ "codelyzer": "^4.5.0",
"rxjs": "~6.3.3",
"tns-core-modules": "next",
"tslint": "^5.5.0",
"typescript": "~3.1.1",
- "zone.js": "^0.8.26"
+ "zone.js": "^0.8.4"
}
}
diff --git a/ng-sample/package.json b/ng-sample/package.json
index 4143d58e1..4e5f315f6 100644
--- a/ng-sample/package.json
+++ b/ng-sample/package.json
@@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.ngsample",
"tns-android": {
- "version": "4.1.0-2018.4.16.8"
+ "version": "next"
},
"tns-ios": {
- "version": "4.0.2-2018-04-13-01"
+ "version": "next"
}
},
"name": "tns-template-hello-world",
@@ -32,19 +32,19 @@
},
"homepage": "https://github.com/NativeScript/template-hello-world",
"dependencies": {
- "@angular/animations": "~6.0.0-rc.3",
- "@angular/common": "~6.0.0-rc.3",
- "@angular/compiler": "~6.0.0-rc.3",
- "@angular/core": "~6.0.0-rc.3",
- "@angular/forms": "~6.0.0-rc.3",
- "@angular/http": "~6.0.0-rc.3",
- "@angular/platform-browser": "~6.0.0-rc.3",
- "@angular/platform-browser-dynamic": "~6.0.0-rc.3",
- "@angular/router": "~6.0.0-rc.3",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "file:../nativescript-angular",
- "rxjs": "~6.0.0-rc.1",
+ "rxjs": "~6.3.3",
"tns-core-modules": "next",
- "tns-platform-declarations": "^3.4.0",
+ "tns-platform-declarations": "next",
"zone.js": "^0.8.4"
},
"devDependencies": {
@@ -56,7 +56,7 @@
"nativescript-dev-typescript": "next",
"shelljs": "^0.7.0",
"tslint": "^4.5.1",
- "typescript": "~2.7.2"
+ "typescript": "~3.1.1"
},
"scripts": {
"tslint": "tslint --project tsconfig.json --config tslint.json",
diff --git a/tests/app/snippets/gestures.component.ts b/tests/app/snippets/gestures.component.ts
index 743b9e1f4..50f6cd9ce 100644
--- a/tests/app/snippets/gestures.component.ts
+++ b/tests/app/snippets/gestures.component.ts
@@ -5,7 +5,7 @@ import {
PinchGestureEventData,
RotationGestureEventData,
SwipeGestureEventData,
- TouchGestureEventData} from "ui/gestures";
+ TouchGestureEventData} from "tns-core-modules/ui/gestures";
@Component({
selector: "gestures",
diff --git a/tests/app/tests/third-party.ts b/tests/app/tests/third-party.ts
index ccea47166..e87925384 100644
--- a/tests/app/tests/third-party.ts
+++ b/tests/app/tests/third-party.ts
@@ -84,7 +84,7 @@ export class DocumentFormContainer {
describe("Third party component snippets", () => {
before(() => {
- registerElement("document-form", () => require("ui/layouts/stack-layout").StackLayout);
+ registerElement("document-form", () => require("tns-core-modules/ui/layouts/stack-layout").StackLayout);
});
beforeEach(nsTestBedBeforeEach([
diff --git a/tests/package.json b/tests/package.json
index a84031955..5d405779a 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -26,18 +26,18 @@
],
"homepage": "http://nativescript.org",
"dependencies": {
- "@angular/animations": "~7.0.0",
- "@angular/common": "~7.0.0",
- "@angular/compiler": "~7.0.0",
- "@angular/core": "~7.0.0",
- "@angular/forms": "~7.0.0",
- "@angular/http": "~7.0.0",
- "@angular/platform-browser": "~7.0.0",
- "@angular/platform-browser-dynamic": "~7.0.0",
- "@angular/router": "~7.0.0",
+ "@angular/animations": "~7.1.0",
+ "@angular/common": "~7.1.0",
+ "@angular/compiler": "~7.1.0",
+ "@angular/core": "~7.1.0",
+ "@angular/forms": "~7.1.0",
+ "@angular/http": "~7.1.0",
+ "@angular/platform-browser": "~7.1.0",
+ "@angular/platform-browser-dynamic": "~7.1.0",
+ "@angular/router": "~7.1.0",
"nativescript-angular": "../nativescript-angular",
"nativescript-unit-test-runner": "^0.3.4",
- "rxjs": "~6.0.0-rc.1",
+ "rxjs": "~6.3.3",
"tns-core-modules": "next",
"zone.js": "^0.8.4"
},
@@ -51,7 +51,7 @@
"karma-mocha-reporter": "2.2.5",
"karma-nativescript-launcher": "0.4.0",
"mocha": "5.2.0",
- "nativescript-dev-typescript": "~0.7.0",
+ "nativescript-dev-typescript": "~0.7.8",
"babel-traverse": "6.8.0",
"babel-types": "6.8.1",
"babylon": "6.8.0",