| 1 |
- {"ast":null,"code":"import { __decorate } from \"tslib\";\nimport __NG_CLI_RESOURCE__0 from \"./cgu.component.html?ngResource\";\nimport __NG_CLI_RESOURCE__1 from \"./cgu.component.scss?ngResource\";\nimport { Component } from '@angular/core';\nlet CguComponent = class CguComponent {\n constructor() {}\n ngOnInit() {}\n static #_ = this.ctorParameters = () => [];\n};\nCguComponent = __decorate([Component({\n selector: 'app-cgu',\n template: __NG_CLI_RESOURCE__0,\n styles: [__NG_CLI_RESOURCE__1]\n})], CguComponent);\nexport { CguComponent };","map":{"version":3,"names":["Component","CguComponent","constructor","ngOnInit","_","__decorate","selector","template","__NG_CLI_RESOURCE__0"],"sources":["C:\\FatboarProject\\angular-client\\src\\app\\components\\shared\\cgu\\cgu.component.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'app-cgu',\r\n templateUrl: './cgu.component.html',\r\n styleUrls: ['./cgu.component.scss']\r\n})\r\nexport class CguComponent 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,YAAY,GAAlB,MAAMA,YAAY;EAEvBC,YAAA,GAAgB;EAEhBC,QAAQA,CAAA,GACR;EAAC,QAAAC,CAAA,G;;AALUH,YAAY,GAAAI,UAAA,EALxBL,SAAS,CAAC;EACTM,QAAQ,EAAE,SAAS;EACnBC,QAAA,EAAAC,oBAAmC;;CAEpC,CAAC,C,EACWP,YAAY,CAOxB;SAPYA,YAAY"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|