angular2-quickblox
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

angular2-quickblox

A minimal Node module providing Quickblox integration for Angular 2+. At this moment, the module works with the default Quickblox callbacks and not promises.

Installation

npm install angular2-quickblox --save

npm install git://github.com/tortorello/angular2-quickblox.git --save

Usage

import { QuickBlox } from 'angular2-quickblox';

console.log(new QuickBlox().version); // 2.8.0

Tests

npm test

Contributing

Any contribution will be appreciated.

Release History

  • 0.1.0 Initial release

Readme

Keywords

Package Sidebar

Install

npm i angular2-quickblox

Weekly Downloads

1

Version

0.1.0

License

GPL-3.0

Last publish

Collaborators

  • tortorello