17 lines
288 B
HTML
17 lines
288 B
HTML
<!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>
|