Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nativescript/angular
- Owner: NativeScript
- Created: 2020-10-08T18:26:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T22:11:09.000Z (2 months ago)
- Last Synced: 2024-10-29T15:51:54.855Z (2 months ago)
- Topics: angular, nativescript, typescript
- Language: TypeScript
- Homepage: https://docs.nativescript.org/tutorials/build-a-master-detail-app-with-angular
- Size: 3.9 MB
- Stars: 42
- Watchers: 6
- Forks: 13
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```