You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have [node](https://nodejs.org/) and [Angular CLI](https://cli.angular.io/) installed. `node 14.4.0` and `Angular CLI 9.1.12` are used in the example below.
19
+
Make sure you have [node](https://nodejs.org/) and [Angular CLI](https://cli.angular.io/) installed. `node 22.14.0` and `Angular CLI 19.1.7` are used in the example below.
20
20
21
21
## Create the sample project
22
22
@@ -121,7 +121,7 @@ acquireImage() {
121
121
IfCloseSourceAfterAcquire: true,
122
122
});
123
123
})
124
-
.catch((exp) => {
124
+
.catch((exp:any) => {
125
125
console.error(exp.message);
126
126
});
127
127
}
@@ -136,7 +136,104 @@ Edit the file `app.component.html` to contain nothing but the following
0 commit comments