Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--The content below is only a placeholder and can be replaced.-->
<div style="text-align:center">
<h1>
Welcome to {{title}}!
Welcome to {{title}}! my page
</h1>
</div>
<app-employee-list></app-employee-list>
Expand Down
1 change: 1 addition & 0 deletions src/app/employee-list/employee-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ export class EmployeeListComponent implements OnInit {


}
cdaaf
14 changes: 14 additions & 0 deletions src/app/employee-list/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>

</body>
</html>