| 1 |
- {"ast":null,"code":"import * as i0 from \"@angular/core\";\nexport let LotsComponent = /*#__PURE__*/(() => {\n class LotsComponent {\n constructor() {}\n ngOnInit() {}\n static #_ = this.ɵfac = function LotsComponent_Factory(t) {\n return new (t || LotsComponent)();\n };\n static #_2 = this.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: LotsComponent,\n selectors: [[\"app-lots\"]],\n decls: 2,\n vars: 0,\n template: function LotsComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"p\");\n i0.ɵɵtext(1, \"lots works!\");\n i0.ɵɵelementEnd();\n }\n }\n });\n }\n return LotsComponent;\n})();","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}
|