{"version":3,"file":"print-container.component-oo4laovl.js","sources":["packages/sports/web/app/src/print/print-container.component.ts","packages/sports/web/app/src/print/print-container.html"],"sourcesContent":["import { AsyncPipe } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { SafeUrl } from '@angular/platform-browser';\n\nimport { Observable } from 'rxjs';\n\nimport { PrintModule } from './print.module';\nimport { PrintService } from './print.service';\n\n@Component({\n standalone: true,\n imports: [PrintModule, AsyncPipe],\n selector: 'ms-print-container',\n templateUrl: './print-container.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class PrintContainerComponent implements OnInit {\n url$: Observable;\n\n constructor(private printService: PrintService) {}\n\n ngOnInit(): void {\n this.url$ = this.printService.getPrintUrl();\n }\n}\n","\n"],"names":["PrintContainerComponent","constructor","printService","ngOnInit","url$","getPrintUrl","ɵɵdirectiveInject","PrintService","selectors","standalone","features","ɵɵStandaloneFeature","decls","vars","consts","template","rf","ctx","ɵɵelement","m","ɵɵproperty","ɵɵpipeBind1","ɵɵsanitizeResourceUrl","PrintModule","AsyncPipe","encapsulation","changeDetection","_PrintContainerComponent"],"mappings":"qRAgBaA,IAAAA,CAAAA,CAAAA,CAAuB,IAAA,CAA9B,IAAOA,EAAP,MAAOA,CAAuB,CAGhCC,WAAoBC,CAAAA,CAAAA,CAA0B,CAA1B,IAAAA,CAAAA,YAAAA,CAAAA,EAA6B,CAEjDC,QAAAA,EAAQ,CACJ,IAAKC,CAAAA,IAAAA,CAAO,IAAKF,CAAAA,YAAAA,CAAaG,WAAW,GAC7C,yCAPSL,CAAuBM,EAAAA,EAAAA,CAAAC,EAAA,CAAA,CAAA,uBAAvBP,CAAuBQ,CAAAA,SAAAA,CAAA,CAAA,CAAA,oBAAA,CAAA,CAAAC,CAAAA,UAAAA,CAAA,GAAAC,QAAA,CAAA,CAAAC,EAAA,CAAAC,CAAAA,KAAAA,CAAA,CAAAC,CAAAA,IAAAA,CAAA,CAAAC,CAAAA,MAAAA,CAAA,CAAA,CAAA,wBAAA,CAAA,EAAA,CAAA,CAAA,CAAA,EAAA,iBAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAAC,SAAA,SAAAC,CAAAA,CAAAC,EAAA,CAAAD,CAAAA,CAAA,IChBpCE,EAAA,CAAA,CAAA,CAAA,QAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAAC,EAAA,CAAA,CAAA,CAAA,OAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAwDC,GAAA,KAAAC,CAAAA,EAAAA,CAAA,EAAA,CAAAJ,CAAAA,CAAAA,CAAAb,IAAA,CAAAkB,CAAAA,EAAA,kBDW1CC,CAAaC,CAAAA,EAAS,EAAAC,aAAA,CAAA,CAAA,CAAAC,gBAAA,CAAA,CAAA,EAK9B,IAAO1B,CAAAA,CAAP2B,CAAO3B,CAAAA,OAAAA,CAAuB,CAAA"}