{ "version": 3, "sources": ["libs/shared/util/base-component/src/lib/base.component.ts"], "sourcesContent": ["import { ChangeDetectionStrategy, Component, OnDestroy } from '@angular/core';\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'shared-base',\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport abstract class BaseComponent implements OnDestroy {\n protected ngUnsubscribe: Subject = new Subject();\n\n ngOnDestroy(): void {\n this.ngUnsubscribe.next(undefined);\n this.ngUnsubscribe.complete();\n this.ngUnsubscribe = new Subject();\n }\n}\n"], "mappings": "+CAQA,IAAsBA,GAAa,IAAA,CAA7B,IAAgBA,EAAhB,MAAgBA,CAAa,CALnCC,aAAA,CAMY,KAAAC,cAA+B,IAAIC,EAE7CC,aAAW,CACT,KAAKF,cAAcG,KAAKC,MAAS,EACjC,KAAKJ,cAAcK,SAAQ,EAC3B,KAAKL,cAAgB,IAAIC,CAC3B,yCAPoBH,EAAa,sBAAbA,EAAaQ,UAAA,CAAA,CAAA,aAAA,CAAA,EAAAC,MAAA,EAAAC,KAAA,EAAAC,SAAA,SAAAC,EAAAC,EAAA,CAAA,EAAAC,cAAA,EAAAC,gBAAA,CAAA,CAAA,EAA7B,IAAgBf,EAAhBgB,SAAgBhB,CAAa,GAAA", "names": ["BaseComponent", "constructor", "ngUnsubscribe", "Subject", "ngOnDestroy", "next", "undefined", "complete", "selectors", "decls", "vars", "template", "rf", "ctx", "encapsulation", "changeDetection", "_BaseComponent"] }