{"version":3,"sources":["./src/app/modules/core/services/data-initial-value-service.service.ts"],"names":["DataInitialValueServiceService","elementRef","JSON","parse","nativeElement","getAttribute"],"mappings":"2IAKO,IAAD,Q,MAAOA,EACX,MAASC,GACP,OAAOC,KAAKC,MACVF,EAAWG,cAAcC,aAAa,wB,6CAH/BL,I,yBAAAA,EAA8B,QAA9BA,EAA8B,qBAF7B,S,GAER","file":"common.js","sourcesContent":["import { ElementRef, Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class DataInitialValueServiceService {\n Parse(elementRef: ElementRef): T {\n return JSON.parse(\n elementRef.nativeElement.getAttribute('data-initial-value')\n ) as T;\n }\n}\n"],"sourceRoot":"webpack:///"}