Skip to content

Commit 6444937

Browse files
committed
feat(angular): improved angular 10 template
1 parent c2be4bd commit 6444937

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/template-hello-world-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"name": "@nativescript/template-hello-world-ng",
13-
"version": "6.7.0",
13+
"version": "6.7.1",
1414
"author": "NativeScript Team <[email protected]>",
1515
"description": "NativeScript Angular Hello World template",
1616
"license": "Apache-2.0",
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@angular/compiler-cli": "~10.0.0",
5656
"@nativescript/types": "rc",
57-
"@nativescript/webpack": "~2.0.0",
57+
"@nativescript/webpack": "~2.1.0",
5858
"@ngtools/webpack": "~10.0.0",
5959
"typescript": "~3.9.0"
6060
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
12
/// <reference path="./node_modules/@nativescript/types/ios.d.ts" />
23
/// <reference path="./node_modules/@nativescript/types/android.d.ts" />

packages/template-hello-world-ng/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020
},
2121
"include": [
22-
"references.d.ts",
2322
"src/tests/**/*.ts"
2423
],
2524
"files": [
25+
"./references.d.ts",
2626
"./src/main.ts"
2727
],
2828
"exclude": [

0 commit comments

Comments
 (0)