Un de syle sur la liste des DZs

This commit is contained in:
Sébastien André
2020-07-29 13:22:19 +02:00
parent a755d5f362
commit 1e3e728fdd
4 changed files with 29 additions and 32 deletions

View File

@@ -5,10 +5,10 @@
</mat-card-header>
<mat-card-content>
<mat-tab-group mat-align-tabs="center" animationDuration="0ms">
<mat-tab label="Login with a user">
<mat-tab label="Login with a user" tabIndex="-1">
<app-login-user></app-login-user>
</mat-tab>
<mat-tab label="Create and login a user">
<mat-tab label="Create and login a user" tabIndex="-1">
<app-create-user></app-create-user>
</mat-tab>
</mat-tab-group>