s-nativescript-angular
For usage with NativeScript for Angular 12, 13, 14+ projects.
npm i --save s-nativescript-angular
- Version: 15.0.1
- GitHub:
- NPM: https://www.npmjs.com/package/s-nativescript-angular
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
@nativescript/angular
For usage with NativeScript for Angular 12, 13, 14+ projects.
Clean and setup workspace:
npm run clean.all
Build packages:
npm run build
Run demo:
npm run demo.ios
// or...
npm run demo.android
Clean/Reset demo dependencies
npm run demo.clean
Unit tests for iOS and Android:
npm run test.android
npm run test.ios