ngx-regoch

0.0.2 • Public • Published

NgxRegoch

Regoch libraries for Angular framework.

1. regoch-websocket-angular

Websocket Client for angular framework. Works best with the Regoch Websocket Server.

INSTALLATION

npm install --save regoch-websocket-angular

DEVELOPMENT In first terminal open the app where the library will be tested.

$ cd /NgxRegoch
$ ng serve -o

In the second terminal build the project (library) regoch-websocket-client

$ cd /NgxRegoch/projects/regoch-websocket-angular
$ ng build RegochWebsocketAngular --watch --prod

Make link to the builded library.

$ cd /NgxRegoch/dist/regoch-websocket-angular
$ sudo npm link

Or publish it to the NPM

$ cd /NgxRegoch/dist/regoch-websocket-angular
$ npm version patch | minor | major
$ npm publish

Now both the test app and the lib will be updated as the code is changed.

READ MORE ... More info regoch-websocket-angular library at README.md .

Licence

Copyright (c) 2020 Saša Mikodanić licensed under MIT .

Dependents (0)

Package Sidebar

Install

npm i ngx-regoch

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

91.3 kB

Total Files

44

Last publish

Collaborators

  • smikodanic