Skip to content

Commit 5ebdb27

Browse files
authored
docs: fix sample code
1 parent 4fb33c1 commit 5ebdb27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Here is an annotated example using the `BluetoothCore` service:
4141
```javascript
4242
import { Injectable } from '@angular/core';
4343
import { BluetoothCore } from '@manekinekko/angular-web-bluetooth';
44+
import { map } from 'rxjs/operators';
4445

4546
@Injectable({
4647
providedIn: 'root'

0 commit comments

Comments
 (0)