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

https://github.com/uwriegel/mobilekit

Angular framework for mobile devices
https://github.com/uwriegel/mobilekit

android angular typescript

Last synced: about 2 months ago
JSON representation

Angular framework for mobile devices

Awesome Lists containing this project

README

          

# MobileKit
## build
initial:
```npm i```

build lib:
```ng build umobilekit```

publish lib:
increment version number in package.json
```
ng build umobilekit --prod
cd dist/umobilekit
npm publish
```
## create new components in library:
```ng g c Scroller --project=umobilekit```
Don't forget to add the newly generated component in the ```exports``` section of the lib's ```umobilekit.module```