Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nativescript/angular

NativeScript for Angular
https://github.com/nativescript/angular

angular nativescript typescript

Last synced: about 8 hours ago
JSON representation

NativeScript for Angular

Awesome Lists containing this project

README

        

# @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
```