From 7e32743d0dba604edbe115ac94eedb96f85a7313 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Thu, 12 Oct 2023 16:41:13 +0800 Subject: [PATCH 1/3] fix link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b18007fe..6fceda95 100644 --- a/index.html +++ b/index.html @@ -363,7 +363,7 @@

Barcode Reader Samples

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": From 033be26995ef0b075bcc20d1e9c09d6595a00e30 Mon Sep 17 00:00:00 2001 From: Cube Date: Wed, 18 Oct 2023 14:53:00 +0800 Subject: [PATCH 2/3] Delete 1.hello-world/3.read-video-angular/src/assets/.gitkeep --- 1.hello-world/3.read-video-angular/src/assets/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 1.hello-world/3.read-video-angular/src/assets/.gitkeep diff --git a/1.hello-world/3.read-video-angular/src/assets/.gitkeep b/1.hello-world/3.read-video-angular/src/assets/.gitkeep deleted file mode 100644 index e69de29b..00000000 From be92941b8e4245221399af473ef0959b1c063370 Mon Sep 17 00:00:00 2001 From: Cube Date: Fri, 20 Oct 2023 16:11:03 +0800 Subject: [PATCH 3/3] Update README.md --- 1.hello-world/3.read-video-angular/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/1.hello-world/3.read-video-angular/README.md b/1.hello-world/3.read-video-angular/README.md index 2538e58c..3a74ca71 100644 --- a/1.hello-world/3.read-video-angular/README.md +++ b/1.hello-world/3.read-video-angular/README.md @@ -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 ```