Skip to content

feat(angular): support Angular 14.2 #217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions packages/template-blank-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Blank",
"templateType": "App template",
"version": "8.3.0",
"version": "8.3.1",
"description": "Blank template for NativeScript apps using Angular",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,26 +39,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@nativescript/angular": "^14.0.0",
"@angular/animations": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@nativescript/angular": "~14.2.0",
"@nativescript/core": "~8.3.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@angular-devkit/build-angular": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@nativescript/types": "~8.3.0",
"@nativescript/webpack": "~5.0.6",
"@ngtools/webpack": "~14.1.0",
"@ngtools/webpack": "~14.2.0",
"typescript": "~4.7.0"
}
}
26 changes: 13 additions & 13 deletions packages/template-drawer-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "8.3.0",
"version": "8.3.1",
"description": "Side navigation template",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,27 +41,27 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@nativescript/angular": "^14.0.0",
"@angular/animations": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@nativescript/angular": "~14.2.0",
"@nativescript/core": "~8.3.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~10.0.2",
"rxjs": "~7.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@angular-devkit/build-angular": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@nativescript/types": "~8.3.0",
"@nativescript/webpack": "~5.0.6",
"@ngtools/webpack": "~14.1.0",
"@ngtools/webpack": "~14.2.0",
"typescript": "~4.7.0"
}
}
26 changes: 13 additions & 13 deletions packages/template-hello-world-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-hello-world-ng",
"main": "./src/main.ts",
"version": "8.3.0",
"version": "8.3.1",
"author": "NativeScript Team <[email protected]>",
"description": "NativeScript Angular Hello World template",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,26 +33,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@nativescript/angular": "^14.0.0",
"@angular/animations": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@nativescript/angular": "~14.2.0",
"@nativescript/core": "~8.3.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@angular-devkit/build-angular": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@nativescript/types": "~8.3.0",
"@nativescript/webpack": "~5.0.6",
"@ngtools/webpack": "~14.1.0",
"@ngtools/webpack": "~14.2.0",
"typescript": "~4.7.0"
}
}
26 changes: 13 additions & 13 deletions packages/template-master-detail-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Master-Detail with Firebase",
"templateType": "App template",
"version": "8.3.0",
"version": "8.3.1",
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties. ",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,15 +41,15 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@nativescript/angular": "^14.0.0",
"@angular/animations": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@nativescript/angular": "~14.2.0",
"@nativescript/core": "~8.3.0",
"@nativescript/imagepicker": "~1.0.6",
"@nativescript/theme": "~3.0.2",
Expand All @@ -58,11 +58,11 @@
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@angular-devkit/build-angular": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@nativescript/types": "~8.3.0",
"@nativescript/webpack": "~5.0.6",
"@ngtools/webpack": "~14.1.0",
"@ngtools/webpack": "~14.2.0",
"typescript": "~4.7.0"
}
}
26 changes: 13 additions & 13 deletions packages/template-tab-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Tabs",
"templateType": "App template",
"version": "8.3.0",
"version": "8.3.1",
"description": "Tabbed interface template",
"author": "NativeScript Team <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,26 +41,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~14.1.0",
"@angular/common": "~14.1.0",
"@angular/compiler": "~14.1.0",
"@angular/core": "~14.1.0",
"@angular/forms": "~14.1.0",
"@angular/platform-browser": "~14.1.0",
"@angular/platform-browser-dynamic": "~14.1.0",
"@angular/router": "~14.1.0",
"@nativescript/angular": "^14.0.0",
"@angular/animations": "~14.2.0",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"@nativescript/angular": "~14.2.0",
"@nativescript/core": "~8.3.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.1.0",
"@angular/compiler-cli": "~14.1.0",
"@angular-devkit/build-angular": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@nativescript/types": "~8.3.0",
"@nativescript/webpack": "~5.0.6",
"@ngtools/webpack": "~14.1.0",
"@ngtools/webpack": "~14.2.0",
"typescript": "~4.7.0"
}
}