0.1.7 • Published 7 years ago

potatolive.socialmessage-api.stub v0.1.7

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
7 years ago

potatolive.socialmessage-api.stub@0.1.7-SNAPSHOT.201701211356

Building

To build an compile the typescript sources to javascript use:

npm install
npm run build

publishing

First build the package than run npm publish

consuming

navigate to the folder of your consuming project and run one of next commando's.

published:

npm install potatolive.socialmessage-api.stub@0.1.7-SNAPSHOT.201701211356 --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save

In your angular2 project:

TODO: paste example.

0.1.7

7 years ago