We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb33c1 commit 5ebdb27Copy full SHA for 5ebdb27
README.md
@@ -41,6 +41,7 @@ Here is an annotated example using the `BluetoothCore` service:
41
```javascript
42
import { Injectable } from '@angular/core';
43
import { BluetoothCore } from '@manekinekko/angular-web-bluetooth';
44
+import { map } from 'rxjs/operators';
45
46
@Injectable({
47
providedIn: 'root'
0 commit comments