Merge app component
This commit is contained in:
commit
e84b6db748
@ -1,3 +1,4 @@
|
||||
<div class="app">
|
||||
<header class="navbar navbar-light navbar-static-top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
@ -7,8 +8,8 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<esh-identity></esh-identity>
|
||||
<esh-basket-status *ngIf="Authenticated"></esh-basket-status>
|
||||
<esh-identity *ngIf="!Authenticated"></esh-identity>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -38,5 +39,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user