Skip to content

Commit d334116

Browse files
committed
feat(angular): template improvement
1 parent 6444937 commit d334116

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.1",
13+
"version": "6.7.2",
1414
"author": "NativeScript Team <[email protected]>",
1515
"description": "NativeScript Angular Hello World template",
1616
"license": "Apache-2.0",

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
}
2020
},
2121
"include": [
22-
"src/tests/**/*.ts"
22+
"src/tests/**/*.ts",
23+
"src/**/*.ios.ts",
24+
"src/**/*.android.ts"
2325
],
2426
"files": [
2527
"./references.d.ts",

0 commit comments

Comments
 (0)