0.7.1 • Published 7 years ago

ng2-iotile-cloud v0.7.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ng2-iotile-cloud

Build Status NPM version

Angular2 IOTile Cloud Interface

Prerequisites

If you're using Typescript in your project, ng2-iotile-cloud requires Typescript v2.0.0 or greater. Also make sure that your editor (Visual Studio Code, Atom, Webstorm, etc.) supports Typescript >= v2.0.0 or you'll see errors even though it compiles.

Dependencies

ng2-iotile-cloud depends on moment

Install

npm install --save ng2-iotile-cloud

Then include the ng2-iotile-cloud in your project.

// TODO

Building

git clone https://github.com/iotile/ng2-iotile-cloud.git
npm install
npm run build

You may need to install

typings install dt~es6-shim --save --global

Testing

npm test

To have karma to watch for changes:

npm run test:w

release

Update package.json with a new version number.

npm run clean
npm run build
npm publish

Using Docker

# Build image
docker build -t ng2iotile .
# Runs test
docker run --rm ng2iotile
# Runs test with mounted drive
docker run --rm -v $PWD/src:/usr/src/app/src ng2iotile
# Build for release
docker run --rm -v $PWD:/usr/src/app ng2iotile run build
0.7.1

7 years ago

0.7.0

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.5

7 years ago

0.5.4

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.0

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago