{"version":3,"file":"my-formatter.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":[],"mappings":";;;;;;AAAA;IAOE;KAAiB;;gBALlB,UAAU,SAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;;;6BAJD;CAEA;;;;;;ACFA;IAaE;KAAiB;;;;IAEjB,uCAAQ;;;IAAR;KACC;;gBAdF,SAAS,SAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,QAAQ,EAAE,oDAIT;iBAEF;;;;IAQD,2BAAC;CAhBD;;;;;;ACFA;IAGA;KAMkC;;gBANjC,QAAQ,SAAC;oBACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;oBACpC,OAAO,EAAE,EACR;oBACD,OAAO,EAAE,CAAC,oBAAoB,CAAC;iBAChC;;IACgC,wBAAC;CANlC;;;;;;;;;;;;;;"}