Skip to content

Commit 1fe1adb

Browse files
committed
1 parent 9caecec commit 1fe1adb

14 files changed

+64786
-0
lines changed

connect/v1/fasten-stitch.css

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connect/v1/fasten-stitch.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import "./runtime.js";
2+
import "./polyfills.js";
3+
import "./vendor.js";
4+
import "./main.js";

connect/v1/favicon.ico

948 Bytes
Binary file not shown.

connect/v1/index.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
<!doctype html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<title>AngularWebComponent</title>
7+
<base href="/">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<link rel="icon" type="image/x-icon" href="favicon.ico">
10+
<link rel="stylesheet" href="styles.css"></head>
11+
<body>
12+
<p>
13+
<fasten-stitch public-id="public_test_rei2un7aagh5pquwikxh2dsyq23bsdyu4l8vm9eq29ftu" connect-mode="popup"></fasten-stitch>
14+
</p>
15+
16+
<script type="application/javascript">
17+
const el = document.querySelector('fasten-stitch');
18+
el.addEventListener('orgConnectionCallback', (event) => console.log(event.detail));
19+
</script>
20+
21+
22+
<button class="block text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">hello</button>
23+
24+
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>
25+
</html>

connect/v1/main.js

+883
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connect/v1/main.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)