allfree-angular-frontend / .angular / cache / 13.3.7 / babel-webpack / 7b5326c80b16f28aeebc68f2f2666b22.json
7b5326c80b16f28aeebc68f2f2666b22.json
Raw
{"ast":null,"code":"import { RouterModule } from '@angular/router';\nimport { ImagesComponent } from \"./images/images.component\";\nimport { ImageListComponent } from \"./image-list/image-list.component\";\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/router\";\nconst routes = [{\n  path: 'import',\n  component: ImagesComponent,\n  children: []\n}, {\n  path: 'image-list',\n  component: ImageListComponent,\n  children: []\n}, {\n  path: '',\n  redirectTo: 'import',\n  pathMatch: 'full'\n}];\nexport let AppRoutingModule = /*#__PURE__*/(() => {\n  class AppRoutingModule {}\n\n  AppRoutingModule.ɵfac = function AppRoutingModule_Factory(t) {\n    return new (t || AppRoutingModule)();\n  };\n\n  AppRoutingModule.ɵmod = /*@__PURE__*/i0.ɵɵdefineNgModule({\n    type: AppRoutingModule\n  });\n  AppRoutingModule.ɵinj = /*@__PURE__*/i0.ɵɵdefineInjector({\n    imports: [[RouterModule.forRoot(routes)], RouterModule]\n  });\n  return AppRoutingModule;\n})();","map":null,"metadata":{},"sourceType":"module"}