diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index c42715f..45783a7 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -4,6 +4,9 @@ import { HomeComponent } from './components/home/home.component'; import { LoginComponent } from './components/login/login.component'; import { NotFoundComponent } from './components/not-found/not-found.component'; import { AccountComponent } from './components/home/workspace/account/account.component'; +import { ParametresComponent } from './components/home/workspace/parametres/parametres.component'; +import { InfosComponent } from './components/home/workspace/infos/infos.component'; +import { HoursComponent } from './components/home/workspace/hours/hours.component'; import { ProfileService } from './services/profile/profile.service'; @@ -19,8 +22,19 @@ const routes: Routes = [ { path:"account", component:AccountComponent + }, + { + path:"parameters", + component:ParametresComponent + }, + { + path:"infos", + component:InfosComponent + }, + { + path:"hours", + component:HoursComponent } - ], canActivate: [ProfileService] }, diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index 75805e2..87e4f19 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -22,7 +22,7 @@