Skip to content

Commit

Permalink
feat(demo): add social graph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 17, 2021
1 parent 11355a6 commit 5937df3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion projects/elements-demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@
<meta charset="utf-8" />
<meta name="theme-color" content="#b91c1c" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary" />
<meta
property="og:title"
content="The best way to lazy load web components in Angular SPAs - @angular-extensions/elements"
/>
<meta
property="og:description"
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"
/>
<meta
property="og:image"
content="https://angular-extensions.github.io/elements/assets/logo/logo.svg"
/>
<meta
property="og:url"
content="https://angular-extensions.github.io/elements/"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@tomastrajan" />

<title>Angular Elements Demo</title>
Expand Down

0 comments on commit 5937df3

Please sign in to comment.