2025-02-17 21:19:33 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head> <meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title> My first web component with typescript </title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<app-component name="TypeScript"></app-component>
|
|
|
|
<script type="module" src="./dist/app-component.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|