angular-cn/aio/content/examples/component-interaction/src/index.html

17 lines
288 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Passing information from parent to child</title>
<base href="/">
<style>
.to-top {margin-top: 8px; display: block;}
</style>
</head>
<body>
<app-root></app-root>
</body>
</html>