Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 8c196ff

Browse files
committed
chore(AngularApp): add platform declarations
1 parent 24ff369 commit 8c196ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

demo/AngularApp/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"nativescript-dev-sass": "^1.3.5",
4848
"nativescript-dev-typescript": "next",
4949
"nativescript-dev-webpack": "file:../..",
50+
"tns-platform-declarations": "next",
5051
"typescript": "~2.7.2"
5152
},
5253
"scripts": {

demo/AngularApp/references.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/// <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
2+
/// <reference path="./node_modules/tns-platform-declarations/android.d.ts" />

0 commit comments

Comments
 (0)