{"version":3,"file":"my-formatter.umd.js.map","sources":["ng://my-formatter/lib/my-formatter.service.ts","ng://my-formatter/lib/my-formatter.component.ts","ng://my-formatter/lib/my-formatter.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class MyFormatterService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'vipf-my-formatter',\n template: `\n <p>\n my-formatter works!\n </p>\n `,\n styles: []\n})\nexport class MyFormatterComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { MyFormatterComponent } from './my-formatter.component';\n\n@NgModule({\n declarations: [MyFormatterComponent],\n imports: [\n ],\n exports: [MyFormatterComponent]\n})\nexport class MyFormatterModule { }\n"],"names":["Injectable","Component","NgModule"],"mappings":";;;;;;;;;;AAAA;QAOE;SAAiB;;oBALlBA,aAAU,SAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;;;iCAJD;KAEA;;;;;;ACFA;QAaE;SAAiB;;;;QAEjB,uCAAQ;;;YAAR;aACC;;oBAdFC,YAAS,SAAC;wBACT,QAAQ,EAAE,mBAAmB;wBAC7B,QAAQ,EAAE,oDAIT;qBAEF;;;;QAQD,2BAAC;KAhBD;;;;;;ACFA;QAGA;SAMkC;;oBANjCC,WAAQ,SAAC;wBACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;wBACpC,OAAO,EAAE,EACR;wBACD,OAAO,EAAE,CAAC,oBAAoB,CAAC;qBAChC;;QACgC,wBAAC;KANlC;;;;;;;;;;;;;;;;;;;;;;;;"}