{"version":3,"sources":["./src/app/archived-pages/archived-real-estate-pages.module.ts","./src/app/archived-pages/archived-real-estate-pages.routes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,gCAAgC;AACS;AACM;AACJ;AAE0C;AAWrF;IAAA;IACA,CAAC;IADY,6BAA6B;QATzC,8DAAQ,CAAC;YACN,OAAO,EAAE;gBACL,4DAAY;gBACZ,iGAA8B;gBAC9B,wDAAU;aACb;YACD,YAAY,EAAE,EAAE;YAChB,SAAS,EAAE,EAAE;SAChB,CAAC;OACW,6BAA6B,CACzC;IAAD,oCAAC;CAAA;AADyC;;;;;;;;;;;;;;;;;;AChBa;AAEvD,IAAM,6BAA6B,GAAW;IAC5C;QACE,IAAI,EAAE,EAAE;QACR,QAAQ,EAAE;YACN,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,EAAG;YACxD,EAAE,IAAI,EAAE,6BAA6B,EAAE,UAAU,EAAE,sCAAsC,EAAE,SAAS,EAAE,MAAM,EAAE;YAC9G,EAAE,IAAI,EAAE,kCAAkC,EAAE,UAAU,EAAE,sCAAsC,EAAE,SAAS,EAAE,MAAM,EAAE;YACnH,EAAE,IAAI,EAAE,0CAA0C,EAAE,UAAU,EAAE,sCAAsC,EAAE,SAAS,EAAE,MAAM,EAAE;YAC3H,EAAE,IAAI,EAAE,gBAAgB,EAAE,UAAU,EAAE,qDAAqD,EAAE,SAAS,EAAE,MAAM,EAAE;YAChH,EAAE,IAAI,EAAE,qBAAqB,EAAE,UAAU,EAAE,qDAAqD,EAAE,SAAS,EAAE,MAAM,EAAE;YACrH,EAAE,IAAI,EAAE,6BAA6B,EAAE,UAAU,EAAE,qDAAqD,EAAE,SAAS,EAAE,MAAM,EAAE;YAC7H,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM,EAAE;YAChF,EAAE,IAAI,EAAE,oBAAoB,EAAE,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM,EAAE;YACrF,EAAE,IAAI,EAAE,4BAA4B,EAAE,UAAU,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM,EAAE;SAChG;KACF;CACF,CAAC;AACK,IAAM,8BAA8B,GAAG,4DAAY,CAAC,QAAQ,CAAC,6BAA6B,CAAC,CAAC","file":"app-archived-pages-archived-real-estate-pages-module.js","sourcesContent":["//general Angular module imports\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { HttpModule } from '@angular/http';\n\nimport { ArchivedRealEstatePagesRouting } from './archived-real-estate-pages.routes';\n\n@NgModule({\n imports: [\n CommonModule,\n ArchivedRealEstatePagesRouting,\n HttpModule\n ],\n declarations: [],\n providers: []\n})\nexport class ArchivedRealEstatePagesModule {\n}\n","import { Routes, RouterModule } from '@angular/router';\n\nconst ArchivedRealEstatePagesRoutes: Routes = [\n { \n path: '',\n children: [\n { path: '', redirectTo: '/banking', pathMatch: 'full' },\n { path: 'real-estate-software-system', redirectTo: '/banking/real-estate-software-system', pathMatch: 'full' },\n { path: 'real-estate-software-system/view', redirectTo: '/banking/real-estate-software-system', pathMatch: 'full' },\n { path: 'real-estate-software-system/view/details', redirectTo: '/banking/real-estate-software-system', pathMatch: 'full' },\n { path: 'reo-management', redirectTo: '/banking/real-estate-software-system/reo-management', pathMatch: 'full' },\n { path: 'reo-management/view', redirectTo: '/banking/real-estate-software-system/reo-management', pathMatch: 'full' },\n { path: 'reo-management/view/details', redirectTo: '/banking/real-estate-software-system/reo-management', pathMatch: 'full' },\n { path: 'reit-software', redirectTo: '/trust/reit-software', pathMatch: 'full' },\n { path: 'reit-software/view', redirectTo: '/trust/reit-software', pathMatch: 'full' },\n { path: 'reit-software/view/details', redirectTo: '/trust/reit-software', pathMatch: 'full' }\n ]\n },\n];\nexport const ArchivedRealEstatePagesRouting = RouterModule.forChild(ArchivedRealEstatePagesRoutes);"],"sourceRoot":"webpack:///"}