{ "version": 3, "sources": ["src/app/store/pet/pet.facade.ts"], "sourcesContent": ["import { Injectable } from '@angular/core';\nimport { Store } from '@ngrx/store';\nimport { selectGrowthChartData } from './pet.selectors';\nimport { map } from 'rxjs/operators';\n\n@Injectable()\nexport class PetFacade {\n public readonly canIncludeGrowthChart$ = this.store\n .select(selectGrowthChartData)\n .pipe(map((growtChartData) => !!growtChartData.chartImage));\n constructor(private readonly store: Store) {}\n}\n"], "mappings": "uEAMA,IAAaA,GAAS,IAAA,CAAhB,IAAOA,EAAP,MAAOA,CAAS,CAIpBC,YAA6BC,EAAY,CAAZ,KAAAA,MAAAA,EAHb,KAAAC,uBAAyB,KAAKD,MAC3CE,OAAOC,CAAqB,EAC5BC,KAAKC,EAAKC,GAAmB,CAAC,CAACA,EAAeC,UAAU,CAAC,CAChB,yCAJjCT,GAASU,EAAAC,CAAA,CAAA,CAAA,wBAATX,EAASY,QAATZ,EAASa,SAAA,CAAA,EAAhB,IAAOb,EAAPc,SAAOd,CAAS,GAAA", "names": ["PetFacade", "constructor", "store", "canIncludeGrowthChart$", "select", "selectGrowthChartData", "pipe", "map", "growtChartData", "chartImage", "\u0275\u0275inject", "Store", "factory", "\u0275fac", "_PetFacade"] }