001f2e030153683d55fc08acea331d993bc1f04589b38b1abdcd9d2ee48d1a55.json 1.5 KB

1
  1. {"ast":null,"code":"import { __decorate } from \"tslib\";\nimport __NG_CLI_RESOURCE__0 from \"./not-found.component.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./not-found.component.scss?ngResource\";\nimport { Component } from '@angular/core';\nlet NotFoundComponent = class NotFoundComponent {\n constructor() {}\n ngOnInit() {}\n static #_ = this.ctorParameters = () => [];\n};\nNotFoundComponent = __decorate([Component({\n selector: 'app-not-found',\n template: __NG_CLI_RESOURCE__0,\n styles: [__NG_CLI_RESOURCE__1]\n})], NotFoundComponent);\nexport { NotFoundComponent };","map":{"version":3,"names":["Component","NotFoundComponent","constructor","ngOnInit","_","__decorate","selector","template","__NG_CLI_RESOURCE__0"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\components\\shared\\not-found\\not-found.component.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'app-not-found',\r\n templateUrl: './not-found.component.html',\r\n styleUrls: ['./not-found.component.scss']\r\n})\r\nexport class NotFoundComponent implements OnInit {\r\n\r\n constructor() { }\r\n\r\n ngOnInit(): void {\r\n }\r\n\r\n}\r\n"],"mappings":";;;AAAA,SAASA,SAAS,QAAgB,eAAe;AAO1C,IAAMC,iBAAiB,GAAvB,MAAMA,iBAAiB;EAE5BC,YAAA,GAAgB;EAEhBC,QAAQA,CAAA,GACR;EAAC,QAAAC,CAAA,G;;AALUH,iBAAiB,GAAAI,UAAA,EAL7BL,SAAS,CAAC;EACTM,QAAQ,EAAE,eAAe;EACzBC,QAAA,EAAAC,oBAAyC;;CAE1C,CAAC,C,EACWP,iBAAiB,CAO7B;SAPYA,iBAAiB"},"metadata":{},"sourceType":"module","externalDependencies":[]}