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