8000 GitHub - NativeScript/angular at 18.1.0
[go: up one dir, main page]

Skip to content

NativeScript/angular

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
0