|
|
@@ -10,13 +10,13 @@ import { PreliminaryComponent } from './pages/dashboard/preliminary/preliminary. |
|
|
|
import { PreliminaryresultComponent } from './pages/dashboard/preliminary/preliminaryresult/preliminaryresult.component'; |
|
|
|
import { QuizComponent } from './pages/dashboard/preliminary/quiz/quiz.component'; |
|
|
|
import { SkillinformationComponent } from './pages/dashboard/skillinformation/skillinformation.component'; |
|
|
|
import { CalenderslotComponent } from './pages/dashboard/technical/calenderslot/calenderslot.component'; |
|
|
|
import { TechnicalComponent } from './pages/dashboard/technical/technical.component'; |
|
|
|
import { LoginComponent } from './pages/onboarding/login/login.component'; |
|
|
|
import { OtpComponent } from './pages/onboarding/signup/otp/otp.component'; |
|
|
|
import { SignupComponent } from './pages/onboarding/signup/signup.component'; |
|
|
|
import { WelcomeComponent } from './pages/onboarding/welcome/welcome.component'; |
|
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [ |
|
|
|
{ path: '', pathMatch: 'full', redirectTo: 'welcome' }, |
|
|
|
{ component: WelcomeComponent, path: 'welcome' }, |
|
|
@@ -29,11 +29,12 @@ const routes: Routes = [ |
|
|
|
{ component: CelebrationComponent, path: 'dashboard/celebration' }, |
|
|
|
{ component: ClosingdocsComponent, path: 'dashboard/closingdocs' }, |
|
|
|
{ component: JoiningletterComponent, path: 'dashboard/joiningletter' }, |
|
|
|
{ component: TechnicalComponent, path: 'dashboard/technincalinterview' }, |
|
|
|
{ component: TechnicalComponent, path: 'dashboard/technicalinterview' }, |
|
|
|
{ component: SkillinformationComponent, path: 'dashboard/skillinformation' }, |
|
|
|
{ component: FinalinterviewComponent, path: 'dashboard/finalinterview' }, |
|
|
|
{ component: QuizComponent, path: 'dashboard/preliminary/quiz' }, |
|
|
|
{ component: PreliminaryresultComponent, path: 'dashboard/preliminary/results' }, |
|
|
|
{ component: CalenderslotComponent, path: 'dashboard/technicalinterview/calenderslot'} |
|
|
|
]; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|