Skip to content
Snippets Groups Projects

Add a typescript example package

Merged Reiter, Christoph requested to merge typescript-example into master
17 files
+ 894
5
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 16
0
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<script type="module" src="dbp-typescript-example-demo.js"></script>
<style>
body {
font-family: sans;
}
</style>
</head>
<body>
<dbp-typescript-example-demo></dbp-typescript-example-demo>
</body>
</html>
Loading