diff options
Diffstat (limited to 'client/src/app/+home')
-rw-r--r-- | client/src/app/+home/home-routing.module.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/+home/home-routing.module.ts b/client/src/app/+home/home-routing.module.ts index 1eaee4449..a2085f191 100644 --- a/client/src/app/+home/home-routing.module.ts +++ b/client/src/app/+home/home-routing.module.ts | |||
@@ -1,13 +1,11 @@ | |||
1 | import { NgModule } from '@angular/core' | 1 | import { NgModule } from '@angular/core' |
2 | import { RouterModule, Routes } from '@angular/router' | 2 | import { RouterModule, Routes } from '@angular/router' |
3 | import { MetaGuard } from '@ngx-meta/core' | ||
4 | import { HomeComponent } from './home.component' | 3 | import { HomeComponent } from './home.component' |
5 | 4 | ||
6 | const homeRoutes: Routes = [ | 5 | const homeRoutes: Routes = [ |
7 | { | 6 | { |
8 | path: '', | 7 | path: '', |
9 | component: HomeComponent, | 8 | component: HomeComponent |
10 | canActivateChild: [ MetaGuard ] | ||
11 | } | 9 | } |
12 | ] | 10 | ] |
13 | 11 | ||