{"version":3,"sources":["./src/app/not-found/not-found.module.ts","./src/app/not-found/not-found.routing.ts"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAyC;AACM;AACO;AAEI;AACL;;;AAErD;IAAA;KAI8B;iGAAjB,cAAc;0JAAd,cAAc,kBAHd,CAAC,4DAAY,EAAE,iEAAc,EAAE,mEAAe,CAAC;yBAR5D;CAW8B;AAAH;mIAAd,cAAc,mBAFR,sEAAiB,aADtB,4DAAY,EAAE,8DAAgB,mEAAe;6FAG9C,cAAc;cAJ1B,sDAAQ;eAAC;gBACN,OAAO,EAAE,CAAC,4DAAY,EAAE,iEAAc,EAAE,mEAAe,CAAC;gBACxD,YAAY,EAAE,CAAC,sEAAiB,CAAC;aACpC;;;;;;;;;;;;;;ACVD;AAAA;AAAA;AAAA;AAA0D;AACH;AAEvD,IAAM,MAAM,GAAW;IACtB;QACC,IAAI,EAAE,EAAE;QACR,SAAS,EAAE,sEAAiB;QAC5B,IAAI,EAAE;YACL,IAAI,EAAE;gBACL,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,gBAAgB;aAC7B;SACD;KACD;CACD,CAAC;AAEK,IAAM,cAAc,GAAG,4DAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC","file":"not-found-not-found-module.js","sourcesContent":["import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { TranslateModule } from '@ngx-translate/core';\r\n\r\nimport { NotFoundComponent } from './not-found.component';\r\nimport { NotFoundRoutes } from './not-found.routing';\r\n\r\n@NgModule({\r\n imports: [CommonModule, NotFoundRoutes, TranslateModule],\r\n declarations: [NotFoundComponent],\r\n})\r\nexport class NotFoundModule {}\r\n","import { NotFoundComponent } from './not-found.component';\r\nimport { Routes, RouterModule } from '@angular/router';\r\n\r\nconst routes: Routes = [\r\n\t{\r\n\t\tpath: '',\r\n\t\tcomponent: NotFoundComponent,\r\n\t\tdata: {\r\n\t\t\tmeta: {\r\n\t\t\t\ttitle: 'not-found.title',\r\n\t\t\t\tdescription: 'not-found.text',\r\n\t\t\t},\r\n\t\t},\r\n\t},\r\n];\r\n\r\nexport const NotFoundRoutes = RouterModule.forChild(routes);\r\n"],"sourceRoot":"webpack:///"}