{ "version": 3, "sources": ["src/app/shared/pipes/get-news-url.pipe.ts"], "sourcesContent": ["import { Pipe, PipeTransform } from '@angular/core';\r\nimport { RoutesService } from '@shared/services/routes/route.service';\r\nimport { INews } from '@collections/news/interfaces/news.interface';\r\nimport { ICompany } from '@collections/companies/interfaces/company.interface';\r\n@Pipe({\r\n name: 'getNewsUrl',\r\n standalone: true\r\n})\r\nexport class GetNewsUrlPipe implements PipeTransform {\r\n\r\n constructor(private routesService: RoutesService) {\r\n\r\n }\r\n\r\n transform(news: INews, company?: ICompany, absolute=false): any {\r\n const _company = company || news.company || null;\r\n return this.routesService.getNewsUrl(news.slug, _company, absolute);\r\n }\r\n\r\n}\r\n"], "mappings": "yFAQA,IAAaA,GAAc,IAAA,CAArB,IAAOA,EAAP,MAAOA,CAAc,CAEzBC,YAAoBC,EAA4B,CAA5B,KAAAA,cAAAA,CAEpB,CAEAC,UAAUC,EAAaC,EAAoBC,EAAS,GAAK,CACvD,IAAMC,EAAWF,GAAWD,EAAKC,SAAW,KAC5C,OAAO,KAAKH,cAAcM,WAAWJ,EAAKK,KAAMF,EAAUD,CAAQ,CACpE,yCATWN,GAAcU,EAAAC,EAAA,EAAA,CAAA,CAAA,yCAAdX,EAAcY,KAAA,GAAAC,WAAA,EAAA,CAAA,EAArB,IAAOb,EAAPc,SAAOd,CAAc,GAAA", "names": ["GetNewsUrlPipe", "constructor", "routesService", "transform", "news", "company", "absolute", "_company", "getNewsUrl", "slug", "\u0275\u0275directiveInject", "RoutesService", "pure", "standalone", "_GetNewsUrlPipe"] }