https://github.com/ksachdeva/ngCordova-typescript-demo
Demo of Ionic 1.X using ngCordova written in Typescript
https://github.com/ksachdeva/ngCordova-typescript-demo
Last synced: about 1 year ago
JSON representation
Demo of Ionic 1.X using ngCordova written in Typescript
- Host: GitHub
- URL: https://github.com/ksachdeva/ngCordova-typescript-demo
- Owner: ksachdeva
- License: apache-2.0
- Created: 2015-10-28T22:53:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T23:54:44.000Z (over 10 years ago)
- Last Synced: 2023-03-10T21:02:37.137Z (about 3 years ago)
- Language: CSS
- Size: 1.2 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngCordova-typescript-demo
Demo of Ionic 1.X using ngCordova written in Typescript
# Please follow these steps to run the application
## Install following tools
* git clone
* npm install -g typescript
* npm install -g tsd
* cd ngCordova-typescript-demo
* npm install
* bower install
* tsd install
* gulp compile:typescript
## Run the application on the device or emulator
* ionic platform add android
* ionic build android
* ionic run android --device
# Misc notes:
* The type definitions for ngCordova are currently in local_typings folder. They will move to the DefinitelyTyped repo soon
and will be removed from here