We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6642 commit 950eecbCopy full SHA for 950eecb
src/main/webapp/spring-data-ui/src/app/app.component.html
@@ -1,14 +1,10 @@
1
<!--The content below is only a placeholder and can be replaced.-->
2
<div style="text-align:center" class="container container-fluid">
3
<h1>
4
- Welcome to {{ title }}!
+ Welcome to {{ title }}
5
</h1>
6
-
7
- <ul>
8
- <li>
9
- <h2><a [routerLink]="['/employee/list']">Employees</a></h2>
10
- </li>
11
- </ul>
+ <br/>
+ <h2><a [routerLink]="['/employee/list']">Employees</a></h2>
12
</div>
13
14
<router-outlet></router-outlet>
0 commit comments