{"version":3,"file":"common.js","mappings":";;;;;;;;;;;;;;;AAKM,MAAOA,8BAA8B;EACzCC,KAAK,CAAIC,UAAsB;IAC7B,OAAOC,IAAI,CAACC,KAAK,CACfF,UAAU,CAACG,aAAa,CAACC,YAAY,CAAC,oBAAoB,CAAC,CACvD;EACR;;AALWN,8BAA8B;mBAA9BA,8BAA8B;AAAA;AAA9BA,8BAA8B;SAA9BA,8BAA8B;EAAAO,SAA9BP,8BAA8B;EAAAQ,YAF7B;AAAM","sources":["./src/app/modules/core/services/data-initial-value-service.service.ts"],"sourcesContent":["import { ElementRef, Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class DataInitialValueServiceService {\r\n Parse(elementRef: ElementRef): T {\r\n return JSON.parse(\r\n elementRef.nativeElement.getAttribute('data-initial-value')\r\n ) as T;\r\n }\r\n}\r\n"],"names":["DataInitialValueServiceService","Parse","elementRef","JSON","parse","nativeElement","getAttribute","factory","providedIn"],"sourceRoot":"webpack:///","x_google_ignoreList":[]}