Skip to content

NativeScript/angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

990ba78 · May 10, 2024
Nov 25, 2022
Nov 25, 2022
Jun 8, 2021
May 10, 2024
May 10, 2024
May 16, 2023
Jun 8, 2021
May 16, 2023
Nov 8, 2023
Nov 8, 2023
Jun 8, 2021
May 10, 2024
Aug 13, 2021
Nov 8, 2023
May 16, 2023
May 16, 2023
Nov 8, 2023
May 10, 2024
Nov 8, 2023
Nov 8, 2023
May 10, 2024

Repository files navigation

@nativescript/angular

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