{ "version": 3, "sources": ["src/app/shared/pipes/get-category-url.pipe.ts"], "sourcesContent": ["import { ICategory } from '@collections/categories/interfaces/category.interface';\r\nimport { Pipe, PipeTransform } from '@angular/core';\r\nimport { RoutesService } from '@shared/services/routes/route.service';\r\n\r\n@Pipe({\r\n name: 'getCategoryUrl',\r\n standalone: true\r\n})\r\nexport class GetCategoryUrlPipe implements PipeTransform {\r\n\r\n constructor(private routesService: RoutesService) {\r\n\r\n }\r\n\r\n transform(category: ICategory, args?: any): any {\r\n return this.routesService.getCategoryUrl(category.path);\r\n }\r\n\r\n}\r\n"], "mappings": "yFAQA,IAAaA,GAAkB,IAAA,CAAzB,IAAOA,EAAP,MAAOA,CAAkB,CAE7BC,YAAoBC,EAA4B,CAA5B,KAAAA,cAAAA,CAEpB,CAEAC,UAAUC,EAAqBC,EAAU,CACvC,OAAO,KAAKH,cAAcI,eAAeF,EAASG,IAAI,CACxD,yCARWP,GAAkBQ,EAAAC,EAAA,EAAA,CAAA,CAAA,6CAAlBT,EAAkBU,KAAA,GAAAC,WAAA,EAAA,CAAA,EAAzB,IAAOX,EAAPY,SAAOZ,CAAkB,GAAA", "names": ["GetCategoryUrlPipe", "constructor", "routesService", "transform", "category", "args", "getCategoryUrl", "path", "\u0275\u0275directiveInject", "RoutesService", "pure", "standalone", "_GetCategoryUrlPipe"] }