angular-web-bluetooth is a missing Web Bluetooth module for Angular 2+.
web bluetooth scan, npm manekineko angular web bluetooth, angular bluetooth serial, android bluetooth browser
How to make use of it:
Install:
npm install -S @manekinekko/angular-web-bluetooth @types/web-bluetooth
import the WebBluetoothModule module:
import { NgModule } from '@angular/core'; import { WebBluetoothModule } from '@manekinekko/angular-web-bluetooth'; @NgModule({ imports: [ //..., WebBluetoothModule.forRoot({ enableTracing: true // or false, this will enable logs in the browser's console }) ] //... }) export class AppModule {}
web bluetooth module for angular, angular-web-bluetooth Plugin/Github
See Demo And Download
Official Website(manekinekko): Click Here
This superior jQuery/javascript plugin is developed by manekinekko. For extra advanced usage, please go to the official website.