@manekinekko/angular-web-bluetooth
Version:
The missing Web Bluetooth module for Angular
10 lines (9 loc) • 377 B
TypeScript
/// <reference types="web-bluetooth" />
import * as i0 from "@angular/core";
export declare class BrowserWebBluetooth {
private ble;
constructor();
requestDevice(options: RequestDeviceOptions): Promise<BluetoothDevice>;
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserWebBluetooth, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<BrowserWebBluetooth>;
}