début de la logique login + création du register

This commit is contained in:
gokhoal
2026-04-28 09:22:59 +02:00
parent df8e929723
commit ea2b4c4dd2
8 changed files with 164 additions and 10 deletions
+5
View File
@@ -34,4 +34,9 @@ export const routes: Routes = [
path:'login',
loadComponent: () => import('./pages/login-form/login-form.component').then(x => x.LoginFormComponent)
},
{
path:'register',
loadComponent: () => import('./pages/register-form/register-form.component').then(x => x.RegisterFormComponent)
},
];