-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 771 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Hello World for Angular - Dynamsoft Barcode Reader Sample</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta
name="description"
content="Dynamsoft Barcode Reader in an Angular Application, helps read barcodes from camera or images."
/>
<meta name="keywords" content="barcodes, camera, images, angular" />
<link
rel="canonical"
href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/angular/dist/dbrjs-sample-angular/browser/"
/>
</head>
<body>
<app-root></app-root>
</body>
</html>