1 line
1.1 KiB
JSON
1 line
1.1 KiB
JSON
{"ast":null,"code":"import * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/router\";\nimport * as i2 from \"./nav-menu/nav-menu.component\";\nexport let AppComponent = /*#__PURE__*/(() => {\n class AppComponent {\n constructor() {\n this.title = 'app';\n }\n static #_ = this.ɵfac = function AppComponent_Factory(t) {\n return new (t || AppComponent)();\n };\n static #_2 = this.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n type: AppComponent,\n selectors: [[\"app-root\"]],\n decls: 4,\n vars: 0,\n consts: [[1, \"container-fluid\"]],\n template: function AppComponent_Template(rf, ctx) {\n if (rf & 1) {\n i0.ɵɵelementStart(0, \"body\");\n i0.ɵɵelement(1, \"app-nav-menu\");\n i0.ɵɵelementStart(2, \"main\", 0);\n i0.ɵɵelement(3, \"router-outlet\");\n i0.ɵɵelementEnd()();\n }\n },\n dependencies: [i1.RouterOutlet, i2.NavMenuComponent],\n encapsulation: 2\n });\n }\n return AppComponent;\n})();","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |