@nativescript/angular

November 8, 2023 ยท View on GitHub

For usage with NativeScript for Angular 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

Contents

  1. 1Build packages:
  2. 2Run demo:
  3. 3Clean/Reset demo dependencies
  4. 4Unit tests for iOS and Android: