Login: implement as dialog
This commit is contained in:
parent
a0dee656d4
commit
643fa5b715
8 changed files with 62 additions and 29 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
<ng-template #login>
|
||||
<nav>
|
||||
<a mat-icon-button routerLink="/login" routerLinkActive="active" aria-label="Log in" matTooltip="Log in">
|
||||
<a mat-icon-button (click)="openLoginDialog()" matTooltip="Log in">
|
||||
<mat-icon>account_circle</mat-icon>
|
||||
</a>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue