mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
16 lines
288 B
HTML
16 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>
|