Especializa / nativescript-ng-shadow

Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Apache License 2.0
54 stars 38 forks source link

Demo app doesn't work #8

Closed erkanarslan closed 6 years ago

erkanarslan commented 6 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Download this repository. Go to demo folder Run npm install Run tns run ios

There is a typescript error that says it cannot find nativescript-ng-shadow package in import statement.

berardo commented 6 years ago

Hi @erkanarslan, I'd recommend you not to go to demo folder but to src and run:

npm run demo.ios
npm run demo.android

This will npm install and compile typescript resources on src before switching to demo.

Cheers