File tree Expand file tree Collapse file tree 3 files changed +405
-28
lines changed
src/components/VideoDecode Expand file tree Collapse file tree 3 files changed +405
-28
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Make sure you have [node](https://nodejs.org/) and [Angular CLI](https://cli.ang
1919ng new read-video-angular
2020```
2121
22- ### ** CD** to the root directory of the application and install the dependencies
22+ ### ** CD** to the root directory of the application and install the library
2323
2424``` cmd
2525cd read-video-angular
@@ -293,7 +293,7 @@ export class HelloWorldComponent implements OnInit {
293293
294294> NOTE :
295295>
296- > * The method ` loadWasm() ` initializes the library in the background. The ` BarcodeScanner ` UI is only shown when the initialization finishes.
296+ > * The method ` loadWasm() ` initializes the library in the background.
297297
298298### Add the hello-world component to ` app.component.html `
299299
You can’t perform that action at this time.
0 commit comments