{
  "version": 3,
  "sources": ["src/app/shared/_components/promoted-icon/promoted-icon.component.ts", "src/app/shared/_components/promoted-icon/promoted-icon.component.html"],
  "sourcesContent": ["import {ChangeDetectionStrategy, Component, Input} from '@angular/core';\r\nimport {TranslocoDirective} from \"@jsverse/transloco\";\r\n\r\n@Component({\r\n  selector: 'app-promoted-icon',\r\n  standalone: true,\r\n    imports: [\r\n        TranslocoDirective\r\n    ],\r\n  templateUrl: './promoted-icon.component.html',\r\n  styleUrl: './promoted-icon.component.scss',\r\n  changeDetection: ChangeDetectionStrategy.OnPush\r\n})\r\nexport class PromotedIconComponent {\r\n  @Input({required: true}) promoted: boolean = false;\r\n}\r\n", "<ng-container *transloco=\"let t; read: 'promoted-icon'\">\r\n  @if(promoted) {\r\n    <span>\r\n      <i class=\"fa fa-angle-double-up ms-1\" aria-hidden=\"true\" title=\"Promoted\"></i>\r\n      <span class=\"visually-hidden\">{{t('promoted')}}</span>\r\n    </span>\r\n  }\r\n</ng-container>\r\n"],
  "mappings": "kLCEIA,EAAA,EAAA,MAAA,EACEC,EAAA,EAAA,IAAA,CAAA,EACAD,EAAA,EAAA,OAAA,CAAA,EAA8BE,EAAA,CAAA,EAAiBC,EAAA,EAAO,4BAAxBC,EAAA,CAAA,EAAAC,EAAAC,EAAA,UAAA,CAAA,4BAJpCC,EAAA,CAAA,EACEC,EAAA,EAAAC,EAAA,EAAA,EAAA,MAAA,sBAAAL,EAAA,EAAAM,EAAAC,EAAAC,SAAA,EAAA,EAAA,GDYF,IAAaC,GAAqB,IAAA,CAA5B,MAAOA,CAAqB,CAVlCC,aAAA,CAW2B,KAAAF,SAAoB,mDADlCC,EAAqB,CAAA,+BAArBA,EAAqBE,UAAA,CAAA,CAAA,mBAAA,CAAA,EAAAC,OAAA,CAAAJ,SAAA,UAAA,EAAAK,WAAA,GAAAC,SAAA,CAAAC,CAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,OAAA,CAAA,CAAA,EAAA,YAAA,eAAA,EAAA,CAAA,cAAA,OAAA,QAAA,WAAA,EAAA,KAAA,qBAAA,MAAA,EAAA,CAAA,EAAA,iBAAA,CAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAAD,EAAA,GCblChB,EAAA,EAAAkB,EAAA,EAAA,EAAA,eAAA,CAAA,OAAiCC,EAAA,gBAAA,eAAA,iBDOzBC,CAAkB,EAAAC,gBAAA,CAAA,CAAA,CAAA,SAMbhB,CAAqB,GAAA",
  "names": ["\u0275\u0275elementStart", "\u0275\u0275element", "\u0275\u0275text", "\u0275\u0275elementEnd", "\u0275\u0275advance", "\u0275\u0275textInterpolate", "t_r1", "\u0275\u0275elementContainerStart", "\u0275\u0275template", "PromotedIconComponent_ng_container_0_Conditional_1_Template", "\u0275\u0275conditional", "ctx_r1", "promoted", "PromotedIconComponent", "constructor", "selectors", "inputs", "standalone", "features", "\u0275\u0275StandaloneFeature", "decls", "vars", "consts", "template", "rf", "ctx", "PromotedIconComponent_ng_container_0_Template", "\u0275\u0275property", "TranslocoDirective", "changeDetection"]
}