@manekinekko/angular-web-bluetooth-starter

0.1.0 • Public • Published

Angular Web Bluetooth Starter

image

Description

This starter uses the Angular Bluetooth module.

1) import the WebBluetoothModule module

import { NgModule } from '@angular/core';
import { WebBluetoothModule } from '@manekinekko/angular-web-bluetooth';

@NgModule({
  imports: [
    //...,
    WebBluetoothModule.forRoot()
  ],
  //...
})
export class AppModule { }

2) use it in your service

See the battery-level.service file.

Readme

Keywords

none

Package Sidebar

Install

npm i @manekinekko/angular-web-bluetooth-starter

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • manekinekko
  • wassimchegham