Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 466 Bytes

File metadata and controls

20 lines (12 loc) · 466 Bytes

@valor/nativescript-websockets

ns plugin add @valor/nativescript-websockets

Usage

To use this plugin simply add this to your polyfills.ts on angular (before importing zone.js) or on your entrypoint (app.ts, main.ts) on other flavors:

import '@valor/nativescript-websockets';

Beware that import order matters! If needed you can also add the plugin to your bundle directly with webpack.

License

Apache License Version 2.0