diff --git a/src/app/about/about.module.ts b/src/app/about/about.module.ts index e650a83..86a188f 100644 --- a/src/app/about/about.module.ts +++ b/src/app/about/about.module.ts @@ -16,6 +16,14 @@ import {YouWeComponent} from "./you-we.component"; path: '', component: AboutComponent, data: {extraOffset: 50} + }, + { + path: 'how-it-works', + redirectTo: '/about' + }, + { + path: 'faqs', + redirectTo: '/support' } ]), BreadcrumbsModule, SliderTabsModule, HelperModule], exports: [AboutComponent],