Files
Angular-Cn/aio/content/examples/template-reference-variables/src/index.html
T
2020-03-18 10:00:01 -07:00

14 lines
322 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Template Reference Variables Example</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>