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

Commit fef6c40

Browse files
committed
chore(AngularApp): add platform declarations
1 parent 39366c0 commit fef6c40

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

demo/AngularApp/package.json

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)