{"version":3,"sources":["webpack:///./src/app/not-found/not-found.module.ts","webpack:///./src/app/not-found/not-found.component.ts","webpack:///./src/app/not-found/not-found.component.ngfactory.js.pre-build-optimizer.js","webpack:///./src/app/not-found/not-found.component.scss.shim.ngstyle.js.pre-build-optimizer.js","webpack:///./src/app/not-found/not-found.component.html","webpack:///./src/app/not-found/not-found-routing.module.ts","webpack:///./src/app/not-found/not-found.module.ngfactory.js.pre-build-optimizer.js"],"names":["NotFoundModule","NotFoundComponent","metaService","this","prototype","ngOnInit","setTitle","status","ngOnDestroy","code","updateMetaTag","name","content","toString","title","RenderType_NotFoundComponent","core","encapsulation","styles","data","View_NotFoundComponent_0","_l","View_NotFoundComponent_Host_0","meta_client_service","_ck","_v","NotFoundComponentNgFactory","NotFoundRoutingModule","__webpack_require__","d","__webpack_exports__","NotFoundModuleNgFactory","router_ngfactory","common","router","path","component"],"mappings":"mHAMAA,EAAA,WAI6B,OAJ7B,4BCHAC,EAAA,WAME,SAAAA,EAAoBC,GAAAC,KAAAD,cAmBtB,OAjBED,EAAAG,UAAAC,SAAA,WACEF,KAAKG,SAAS,gCACdH,KAAKI,OAAO,MAGdN,EAAAG,UAAAI,YAAA,WACEL,KAAKG,SAAS,eACdH,KAAKI,OAAO,MAGNN,EAAAG,UAAAG,OAAR,SAAeE,GACbN,KAAKD,YAAYQ,cAAc,CAAEC,KAAM,wBAAyBC,QAASH,EAAKI,cAGxEZ,EAAAG,UAAAE,SAAR,SAAiBQ,GACfX,KAAKD,YAAYI,SAASQ,IAE9Bb,EAzBA,eCQIc,EAA+BC,EAAA,aAAQ,CAAEC,cAAe,EAAGC,OADhC,CCJlB,CAAC,oDDKmFC,KAAM,KAEhG,SAASC,EAAyBC,GAAM,OAAOL,EAAA,aAAQ,EAAG,EEbjEK,MAAAL,EAAA,yFAA4BK,MAAAL,EAAA,yFACZK,MAAAL,EAAA,gCACRK,MAAAL,EAAA,iEAAIK,MAAAL,EAAA,oDAAuB,WFY5B,SAASM,EAA8BD,GAAM,OAAOL,EAAA,aAAQ,EAAG,EAAEK,MAAQL,EAAA,aAAQ,EAAG,EAAG,KAAM,KAAM,EAAG,YAAa,GAAI,KAAM,KAAM,KAAMI,EAA0BL,IAAgCC,EAAA,aAAQ,EAAG,OAAQ,KAAM,EAAGf,EAAsB,CAACsB,EAAA,GAAiB,KAAM,OAAQ,SAAUC,EAAKC,GAAMD,EAAIC,EAAI,EAAG,IAAO,MACnU,IAAIC,EAA6BV,EAAA,aAAQ,YAAaf,EAAsBqB,EAA+B,GAAI,GAAI,4BGJnHK,EAAA,WAIoC,OAJpC,gBCXAC,EAAAC,EAAAC,EAAA,4CAAAC,IAcA,IAAIA,EAA0Bf,EAAA,aAAQhB,EAAmB,GAAI,SAAUqB,GAAM,OAAOL,EAAA,aAAQ,CAACA,EAAA,aAAQ,IAAKA,EAAA,yBAA6BA,EAAA,yCAAqC,CAAC,CAAC,EAAG,CAACgB,EAAA,EAAmCN,IAAiC,CAAC,EAAGV,EAAA,0BAA8BA,EAAA,cAAkBA,EAAA,aAAQ,KAAMiB,EAAA,eAAmBA,EAAA,qBAAyB,CAACjB,EAAA,UAAc,CAAC,EAAGiB,EAAA,6CAAyCjB,EAAA,aAAQ,WAAYiB,EAAA,aAAiBA,EAAA,aAAiB,IAAKjB,EAAA,aAAQ,WAAYkB,EAAA,EAAiBA,EAAA,EAAiB,CAAC,CAAC,EAAGA,EAAA,GAAuC,CAAC,EAAGA,EAAA,KAAclB,EAAA,aAAQ,WAAYW,EAA0BA,EAA0B,IAAKX,EAAA,aAAQ,WAAYhB,EAAmBA,EAAmB,IAAKgB,EAAA,aAAQ,KAAMkB,EAAA,EAAW,WAAc,MAAO,CAAC,CAAC,CAAEC,KAAM,GAAIC,UAAWnC,MAA6B","file":"24.ac1bc333bde8b38c5d16.js","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { NotFoundRoutingModule } from './not-found-routing.module';\nimport { NotFoundComponent } from './not-found.component';\n\n@NgModule({\n declarations: [NotFoundComponent],\n imports: [CommonModule, NotFoundRoutingModule]\n})\nexport class NotFoundModule {}\n","import { Component, OnDestroy, OnInit } from '@angular/core';\nimport { MetaService } from '../../services/meta.client.service';\n\n@Component({\n selector: 'not-found',\n templateUrl: './not-found.component.html',\n styleUrls: ['./not-found.component.scss']\n})\nexport class NotFoundComponent implements OnInit, OnDestroy {\n constructor(private metaService: MetaService) {}\n\n ngOnInit() {\n this.setTitle('Page not found - MakeupAlley');\n this.status(404);\n }\n\n ngOnDestroy() {\n this.setTitle('MakeupAlley'); // Reset a title just in case\n this.status(200);\n }\n\n private status(code: number) {\n this.metaService.updateMetaTag({ name: 'prerender-status-code', content: code.toString() });\n }\n\n private setTitle(title: string) {\n this.metaService.setTitle(title);\n }\n}\n","/**\n * @fileoverview This file was generated by the Angular template compiler. Do not edit.\n *\n * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes}\n * tslint:disable\n */ \nimport * as i0 from \"./not-found.component.scss.shim.ngstyle\";\nimport * as i1 from \"@angular/core\";\nimport * as i2 from \"./not-found.component\";\nimport * as i3 from \"../../services/meta.client.service\";\nvar styles_NotFoundComponent = [i0.styles];\nvar RenderType_NotFoundComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_NotFoundComponent, data: {} });\nexport { RenderType_NotFoundComponent as RenderType_NotFoundComponent };\nexport function View_NotFoundComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, \"div\", [[\"class\", \"text-center\"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, \"span\", [[\"class\", \"error-code\"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, [\"404\"])), (_l()(), i1.ɵeld(3, 0, null, null, 1, \"h1\", [], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, [\"This page doesn't exist\"]))], null, null); }\nexport function View_NotFoundComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, \"not-found\", [], null, null, null, View_NotFoundComponent_0, RenderType_NotFoundComponent)), i1.ɵdid(1, 245760, null, 0, i2.NotFoundComponent, [i3.MetaService], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }\nvar NotFoundComponentNgFactory = i1.ɵccf(\"not-found\", i2.NotFoundComponent, View_NotFoundComponent_Host_0, {}, {}, []);\nexport { NotFoundComponentNgFactory as NotFoundComponentNgFactory };\n","/**\n * @fileoverview This file was generated by the Angular template compiler. Do not edit.\n *\n * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes}\n * tslint:disable\n */ \nvar styles = [\".error-code[_ngcontent-%COMP%]{font-size:10rem}\"];\nexport { styles as styles };\n","<div class=\"text-center\">\n <span class=\"error-code\">404</span>\n <h1>This page doesn't exist</h1>\n</div>\n","import { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\nimport { NotFoundComponent } from './not-found.component';\n\nconst routes: Routes = [\n {\n path: '',\n component: NotFoundComponent\n }\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class NotFoundRoutingModule {}\n","/**\n * @fileoverview This file was generated by the Angular template compiler. Do not edit.\n *\n * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes}\n * tslint:disable\n */ \nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"./not-found.module\";\nimport * as i2 from \"../../../node_modules/@angular/router/router.ngfactory\";\nimport * as i3 from \"./not-found.component.ngfactory\";\nimport * as i4 from \"@angular/common\";\nimport * as i5 from \"@angular/router\";\nimport * as i6 from \"./not-found-routing.module\";\nimport * as i7 from \"./not-found.component\";\nvar NotFoundModuleNgFactory = i0.ɵcmf(i1.NotFoundModule, [], function (_l) { return i0.ɵmod([i0.ɵmpd(512, i0.ComponentFactoryResolver, i0.ɵCodegenComponentFactoryResolver, [[8, [i2.ɵEmptyOutletComponentNgFactory, i3.NotFoundComponentNgFactory]], [3, i0.ComponentFactoryResolver], i0.NgModuleRef]), i0.ɵmpd(4608, i4.NgLocalization, i4.NgLocaleLocalization, [i0.LOCALE_ID, [2, i4.ɵangular_packages_common_common_a]]), i0.ɵmpd(1073742336, i4.CommonModule, i4.CommonModule, []), i0.ɵmpd(1073742336, i5.RouterModule, i5.RouterModule, [[2, i5.ɵangular_packages_router_router_a], [2, i5.Router]]), i0.ɵmpd(1073742336, i6.NotFoundRoutingModule, i6.NotFoundRoutingModule, []), i0.ɵmpd(1073742336, i1.NotFoundModule, i1.NotFoundModule, []), i0.ɵmpd(1024, i5.ROUTES, function () { return [[{ path: \"\", component: i7.NotFoundComponent }]]; }, [])]); });\nexport { NotFoundModuleNgFactory as NotFoundModuleNgFactory };\n"],"sourceRoot":""}