{"ast":null,"code":"import { RouterModule } from '@angular/router';\nimport { HomeComponent } from './home/home.component';\nimport { SignupComponent } from './signup/signup.component';\nimport { AboutComponent } from './about/about.component';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/router\";\nconst routes = [{\n  path: '',\n  redirectTo: '/Home',\n  pathMatch: 'full'\n}, {\n  path: 'Home',\n  component: HomeComponent\n}, {\n  path: 'signup',\n  component: SignupComponent\n}, {\n  path: 'aboutus',\n  component: AboutComponent\n}, {\n  path: 'auth',\n  loadChildren: () => import('./ems.utilities/ems.utilities.module').then(m => m.EmsUtilitiesModule)\n}];\nexport class AppRoutingModule {\n  static #_ = this.ɵfac = function AppRoutingModule_Factory(t) {\n    return new (t || AppRoutingModule)();\n  };\n  static #_2 = this.ɵmod = /*@__PURE__*/i0.ɵɵdefineNgModule({\n    type: AppRoutingModule\n  });\n  static #_3 = this.ɵinj = /*@__PURE__*/i0.ɵɵdefineInjector({\n    imports: [RouterModule.forRoot(routes, {\n      useHash: true\n    }), RouterModule]\n  });\n}\n(function () {\n  (typeof ngJitMode === \"undefined\" || ngJitMode) && i0.ɵɵsetNgModuleScope(AppRoutingModule, {\n    imports: [i1.RouterModule],\n    exports: [RouterModule]\n  });\n})();","map":{"version":3,"names":["RouterModule","HomeComponent","SignupComponent","AboutComponent","routes","path","redirectTo","pathMatch","component","loadChildren","then","m","EmsUtilitiesModule","AppRoutingModule","_","_2","_3","forRoot","useHash","imports","i1","exports"],"sources":["D:\\Website_project\\Ems_Base\\wtsOrderIndia\\src\\app\\app-routing.module.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\nimport { HomeComponent } from './home/home.component';\nimport { SignupComponent } from './signup/signup.component';\nimport { AboutComponent } from './about/about.component';\nimport { AuthGuard } from './ems.utilities/auth/Guard/auth.guard';\nconst routes: Routes = [\n  { path: '', redirectTo: '/Home', pathMatch: 'full' },\n  { path: 'Home', component: HomeComponent },\n  { path: 'signup', component: SignupComponent },\n  { path: 'aboutus', component: AboutComponent},\n  {\n    path: 'auth',\n    loadChildren: () =>\n      import('./ems.utilities/ems.utilities.module').then((m) => m.EmsUtilitiesModule),\n  },\n];\n\n\n@NgModule({\n  imports: [RouterModule.forRoot(routes, {useHash:true})],\n  exports: [RouterModule]\n})\nexport class AppRoutingModule { }\n"],"mappings":"AACA,SAASA,YAAY,QAAgB,iBAAiB;AACtD,SAASC,aAAa,QAAQ,uBAAuB;AACrD,SAASC,eAAe,QAAQ,2BAA2B;AAC3D,SAASC,cAAc,QAAQ,yBAAyB;;;AAExD,MAAMC,MAAM,GAAW,CACrB;EAAEC,IAAI,EAAE,EAAE;EAAEC,UAAU,EAAE,OAAO;EAAEC,SAAS,EAAE;AAAM,CAAE,EACpD;EAAEF,IAAI,EAAE,MAAM;EAAEG,SAAS,EAAEP;AAAa,CAAE,EAC1C;EAAEI,IAAI,EAAE,QAAQ;EAAEG,SAAS,EAAEN;AAAe,CAAE,EAC9C;EAAEG,IAAI,EAAE,SAAS;EAAEG,SAAS,EAAEL;AAAc,CAAC,EAC7C;EACEE,IAAI,EAAE,MAAM;EACZI,YAAY,EAAEA,CAAA,KACZ,MAAM,CAAC,sCAAsC,CAAC,CAACC,IAAI,CAAEC,CAAC,IAAKA,CAAC,CAACC,kBAAkB;CAClF,CACF;AAOD,OAAM,MAAOC,gBAAgB;EAAA,QAAAC,CAAA,G;qBAAhBD,gBAAgB;EAAA;EAAA,QAAAE,EAAA,G;UAAhBF;EAAgB;EAAA,QAAAG,EAAA,G;cAHjBhB,YAAY,CAACiB,OAAO,CAACb,MAAM,EAAE;MAACc,OAAO,EAAC;IAAI,CAAC,CAAC,EAC5ClB,YAAY;EAAA;;;2EAEXa,gBAAgB;IAAAM,OAAA,GAAAC,EAAA,CAAApB,YAAA;IAAAqB,OAAA,GAFjBrB,YAAY;EAAA;AAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}