You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
828 B

{"ast":null,"code":"import * as i0 from \"@angular/core\";\nimport * as i1 from \"../home/home.component\";\nexport let DashboardComponent = /*#__PURE__*/(() => {\n class DashboardComponent {\n constructor() {}\n\n ngOnInit() {}\n\n }\n\n DashboardComponent.ɵfac = function DashboardComponent_Factory(t) {\n return new (t || DashboardComponent)();\n };\n\n DashboardComponent.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: DashboardComponent,\n selectors: [[\"app-dashboard\"]],\n decls: 1,\n vars: 0,\n template: function DashboardComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelement(0, \"app-home\");\n }\n },\n directives: [i1.HomeComponent],\n styles: [\"\"]\n });\n return DashboardComponent;\n})();","map":null,"metadata":{},"sourceType":"module"}