"...git@forge.univ-lyon1.fr:p1712650/mif13-projet-gr02.git" did not exist on "1e001dc754a05886b4c2d064a10d1c72c6cc6dbd"
Newer
Older
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
const routes: Routes = [
{
path:"list",
component: UserListComponent
},
{ path: '', redirectTo: "list", pathMatch:"full" },
];