1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"ast":null,"code":"import * as i0 from \"@angular/core\";\nimport * as i1 from \"../tables/group-table/group-table.component\";\nexport class GroupComponent {\n static #_ = this.ɵfac = function GroupComponent_Factory(t) {\n return new (t || GroupComponent)();\n };\n static #_2 = this.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: GroupComponent,\n selectors: [[\"app-group\"]],\n decls: 1,\n vars: 0,\n template: function GroupComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelement(0, \"app-group-table\");\n }\n },\n dependencies: [i1.GroupTableComponent],\n styles: [\"/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJncm91cC5jb21wb25lbnQuY3NzIn0= */\\n/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly8uL3NyYy9hcHAvY29tcG9uZW50cy9ncm91cC9ncm91cC5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFDQSxnS0FBZ0siLCJzb3VyY2VSb290IjoiIn0= */\"]\n });\n}","map":{"version":3,"names":["GroupComponent","_","_2","selectors","decls","vars","template","GroupComponent_Template","rf","ctx","i0","ɵɵelement"],"sources":["E:\\TekH\\Visual Studio\\WebUserManager\\DigitalData.UserManager.NgWebUI\\ClientApp\\src\\app\\components\\group\\group.component.ts","E:\\TekH\\Visual Studio\\WebUserManager\\DigitalData.UserManager.NgWebUI\\ClientApp\\src\\app\\components\\group\\group.component.html"],"sourcesContent":["import { Component } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'app-group',\r\n templateUrl: './group.component.html',\r\n styleUrl: './group.component.css'\r\n})\r\nexport class GroupComponent {\r\n\r\n}\r\n","<app-group-table></app-group-table>"],"mappings":";;AAOA,OAAM,MAAOA,cAAc;EAAA,QAAAC,CAAA,G;qBAAdD,cAAc;EAAA;EAAA,QAAAE,EAAA,G;UAAdF,cAAc;IAAAG,SAAA;IAAAC,KAAA;IAAAC,IAAA;IAAAC,QAAA,WAAAC,wBAAAC,EAAA,EAAAC,GAAA;MAAA,IAAAD,EAAA;QCP3BE,EAAA,CAAAC,SAAA,sBAAmC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |