Skip to content

Commit 950eecb

Browse files
pavankjaddaPavan Jadda
authored andcommitted
Add Logout component and fix redirect URI issue
1 parent 6fe6642 commit 950eecb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<!--The content below is only a placeholder and can be replaced.-->
22
<div style="text-align:center" class="container container-fluid">
33
<h1>
4-
Welcome to {{ title }}!
4+
Welcome to {{ title }}
55
</h1>
6-
7-
<ul>
8-
<li>
9-
<h2><a [routerLink]="['/employee/list']">Employees</a></h2>
10-
</li>
11-
</ul>
6+
<br/>
7+
<h2><a [routerLink]="['/employee/list']">Employees</a></h2>
128
</div>
139

1410
<router-outlet></router-outlet>

0 commit comments

Comments
 (0)