Skip to content

Commit 5937df3

Browse files
committed
feat(demo): add social graph tags
1 parent 11355a6 commit 5937df3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

projects/elements-demo/src/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@
44
<meta charset="utf-8" />
55
<meta name="theme-color" content="#b91c1c" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="twitter:card" content="summary" />
7+
<meta
8+
property="og:title"
9+
content="The best way to lazy load web components in Angular SPAs - @angular-extensions/elements"
10+
/>
11+
<meta
12+
property="og:description"
13+
content="The best way to lazy load web components in Angular SPAs with help of @angular-extensions/elements, easy to get started with support of tons of useful configurations"
14+
/>
15+
<meta
16+
property="og:image"
17+
content="https://angular-extensions.github.io/elements/assets/logo/logo.svg"
18+
/>
19+
<meta
20+
property="og:url"
21+
content="https://angular-extensions.github.io/elements/"
22+
/>
23+
<meta name="twitter:card" content="summary_large_image" />
824
<meta name="twitter:creator" content="@tomastrajan" />
925

1026
<title>Angular Elements Demo</title>

0 commit comments

Comments
 (0)