Skip to content

Commit aa0f65c

Browse files
author
Cube
authored
Merge pull request #153 from Dynamsoft/9.x
update angular output path
2 parents 2fcb4e6 + b14a5e3 commit aa0f65c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1.hello-world/3.read-video-angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Official Sample
66

7-
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/3.read-video-angular/dist/read-video-angular/">Hello World in Angular - Demo</a>
7+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/3.read-video-angular/dist/hello-world/">Hello World in Angular - Demo</a>
88
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/1.hello-world/3.read-video-angular">Hello World in Angular - Source Code</a>
99

1010
## Preparation

1.hello-world/3.read-video-angular/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16-
"outputPath": "dist/read-video-angular",
16+
"outputPath": "dist/hello-world",
1717
"index": "src/index.html",
1818
"main": "src/main.ts",
1919
"polyfills": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Get the basic features of the library working with plain/native JavaScript or wi
2222

2323
* [**Hello World**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/1.hello-world.html?utm_source=sampleReadme): Scan barcodes from video stream with minimum code in JavaScript.
2424
* [**Read an Image**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/2.read-an-image.html?utm_source=sampleReadme): Decode barcodes from images in mobile album or desktop file system.
25-
* [**Hello World in Angular**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/3.read-video-angular/dist/read-video-angular/?utm_source=sampleReadme): Decode video stream in an Angular application from a webcam or a built-in camera.
25+
* [**Hello World in Angular**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/3.read-video-angular/dist/hello-world/?utm_source=sampleReadme): Decode video stream in an Angular application from a webcam or a built-in camera.
2626
* [**Hello World in React**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/4.read-video-react/build/?utm_source=sampleReadme): Decode video stream in a React application from a webcam or a built-in camera.
2727
* [**Hello World in React using Hooks**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/13.read-video-react-hooks/build/?utm_source=sampleReadme): Decode video stream in a React application from a webcam or a built-in camera and use the Hooks charactor of React.
2828
* [**Hello World in Vue**](https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/5.read-video-vue/dist/?utm_source=sampleReadme): Decode video stream in a Vue 2 application from a webcam or a built-in camera.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h3>Barcode Reader Samples</h3>
363363
var onlineGuidePath = "";
364364
switch (sampleName) {
365365
case "angular":
366-
localPath = "1.hello-world/3.read-video-angular/dist/read-video-angular/";
366+
localPath = "1.hello-world/3.read-video-angular/dist/hello-world/";
367367
onlineGuidePath = "https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/1.hello-world/3.read-video-angular#readme";
368368
break;
369369
case "react":

0 commit comments

Comments
 (0)