2017-02-22 18:13:21 +00:00
|
|
|
<!DOCTYPE html>
|
2017-08-22 21:31:15 +02:00
|
|
|
<html lang="en">
|
2017-02-22 18:13:21 +00:00
|
|
|
<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>
|
2017-08-22 21:31:15 +02:00
|
|
|
<app-root></app-root>
|
2017-02-22 18:13:21 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|