mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
197 B
HTML
10 lines
197 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Hello World</title>
|
|
<script src="built/transferstate-bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<transfer-state-app></transfer-state-app>
|
|
</body>
|
|
</html>
|