{"ast":null,"code":"import { navItems } from './sidebar-data';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"src/app/shared/services/nav.service\";\nimport * as i2 from \"@angular/common\";\nimport * as i3 from \"@angular/material/list\";\nimport * as i4 from \"./branding.component\";\nimport * as i5 from \"./nav-item/nav-item.component\";\nfunction SidebarComponent_app_nav_item_3_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelement(0, \"app-nav-item\", 3);\n  }\n  if (rf & 2) {\n    const item_r1 = ctx.$implicit;\n    i0.ɵɵproperty(\"item\", item_r1);\n  }\n}\nexport class SidebarComponent {\n  constructor(navService) {\n    this.navService = navService;\n    this.navItems = navItems;\n  }\n  ngOnInit() {}\n  static #_ = this.ɵfac = function SidebarComponent_Factory(t) {\n    return new (t || SidebarComponent)(i0.ɵɵdirectiveInject(i1.NavService));\n  };\n  static #_2 = this.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n    type: SidebarComponent,\n    selectors: [[\"app-sidebar\"]],\n    decls: 4,\n    vars: 1,\n    consts: [[1, \"flex-layout\"], [1, \"sidebar-list\"], [3, \"item\", 4, \"ngFor\", \"ngForOf\"], [3, \"item\"]],\n    template: function SidebarComponent_Template(rf, ctx) {\n      if (rf & 1) {\n        i0.ɵɵelementStart(0, \"div\", 0);\n        i0.ɵɵelement(1, \"app-branding\");\n        i0.ɵɵelementStart(2, \"mat-nav-list\", 1);\n        i0.ɵɵtemplate(3, SidebarComponent_app_nav_item_3_Template, 1, 1, \"app-nav-item\", 2);\n        i0.ɵɵelementEnd()();\n      }\n      if (rf & 2) {\n        i0.ɵɵadvance(3);\n        i0.ɵɵproperty(\"ngForOf\", ctx.navItems);\n      }\n    },\n    dependencies: [i2.NgForOf, i3.MatNavList, i4.BrandingComponent, i5.AppNavItemComponent],\n    encapsulation: 2\n  });\n}","map":{"version":3,"names":["navItems","i0","ɵɵelement","ɵɵproperty","item_r1","SidebarComponent","constructor","navService","ngOnInit","_","ɵɵdirectiveInject","i1","NavService","_2","selectors","decls","vars","consts","template","SidebarComponent_Template","rf","ctx","ɵɵelementStart","ɵɵtemplate","SidebarComponent_app_nav_item_3_Template","ɵɵelementEnd","ɵɵadvance"],"sources":["C:\\Users\\fsengul\\Desktop\\MendereIT\\InventoryManagement\\InventryUI-Client\\src\\app\\layouts\\full\\sidebar\\sidebar.component.ts","C:\\Users\\fsengul\\Desktop\\MendereIT\\InventoryManagement\\InventryUI-Client\\src\\app\\layouts\\full\\sidebar\\sidebar.component.html"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\nimport { navItems } from './sidebar-data';\nimport { NavService } from 'src/app/shared/services/nav.service';\n\n\n@Component({\n  selector: 'app-sidebar',\n  templateUrl: './sidebar.component.html',\n})\nexport class SidebarComponent implements OnInit {\n  navItems = navItems;\n\n  constructor(public navService: NavService) { }\n\n  ngOnInit(): void { }\n}\n","<div class=\"flex-layout\">\n  <app-branding></app-branding>\n  <mat-nav-list class=\"sidebar-list\">\n    <app-nav-item *ngFor=\"let item of navItems\" [item]=\"item\"> </app-nav-item>\n  </mat-nav-list>\n</div>\n"],"mappings":"AACA,SAASA,QAAQ,QAAQ,gBAAgB;;;;;;;;;ICErCC,EAAA,CAAAC,SAAA,sBAA0E;;;;IAA9BD,EAAA,CAAAE,UAAA,SAAAC,OAAA,CAAa;;;ADM7D,OAAM,MAAOC,gBAAgB;EAG3BC,YAAmBC,UAAsB;IAAtB,KAAAA,UAAU,GAAVA,UAAU;IAF7B,KAAAP,QAAQ,GAAGA,QAAQ;EAE0B;EAE7CQ,QAAQA,CAAA,GAAW;EAAC,QAAAC,CAAA,G;qBALTJ,gBAAgB,EAAAJ,EAAA,CAAAS,iBAAA,CAAAC,EAAA,CAAAC,UAAA;EAAA;EAAA,QAAAC,EAAA,G;UAAhBR,gBAAgB;IAAAS,SAAA;IAAAC,KAAA;IAAAC,IAAA;IAAAC,MAAA;IAAAC,QAAA,WAAAC,0BAAAC,EAAA,EAAAC,GAAA;MAAA,IAAAD,EAAA;QCT7BnB,EAAA,CAAAqB,cAAA,aAAyB;QACvBrB,EAAA,CAAAC,SAAA,mBAA6B;QAC7BD,EAAA,CAAAqB,cAAA,sBAAmC;QACjCrB,EAAA,CAAAsB,UAAA,IAAAC,wCAAA,0BAA0D;QAE9DvB,EADE,CAAAwB,YAAA,EAAe,EACX;;;QAF6BxB,EAAA,CAAAyB,SAAA,GAAW;QAAXzB,EAAA,CAAAE,UAAA,YAAAkB,GAAA,CAAArB,QAAA,CAAW","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}