Skip to content
Merged

fix #145

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 1.hello-world/3.read-video-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ Make sure you have [node](https://nodejs.org/) and [Angular CLI](https://cli.ang
### Create an out-of-the-box raw Angular application

```cmd
ng new read-video-angular
npm install -g @angular/cli
ng new my-app
```

### **CD** to the root directory of the application and install the library

```cmd
cd read-video-angular
cd my-app
npm install dynamsoft-javascript-barcode
```

Expand Down
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ <h3>Barcode Reader Samples</h3>
var onlineGuidePath = "";
switch (sampleName) {
case "angular":
localPath = "1.hello-world/3.read-video-angular/dist/hello-world/";
localPath = "1.hello-world/3.read-video-angular/dist/read-video-angular/";
onlineGuidePath = "https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/1.hello-world/3.read-video-angular#readme";
break;
case "react":
Expand Down