{"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,MAKa,kBAAkB;IAE7B,iBAAiB;;;YALlB,UAAU,SAAC;gBACV,UAAU,EAAE,MAAM;aACnB;;;;;;;;;;ACJD,MAWa,oBAAoB;IAE/B,iBAAiB;;;;IAEjB,QAAQ;KACP;;;YAdF,SAAS,SAAC;gBACT,QAAQ,EAAE,mBAAmB;gBAC7B,QAAQ,EAAE;;;;GAIT;aAEF;;;;;;;;;ACVD,MASa,iBAAiB;;;YAN7B,QAAQ,SAAC;gBACR,YAAY,EAAE,CAAC,oBAAoB,CAAC;gBACpC,OAAO,EAAE,EACR;gBACD,OAAO,EAAE,CAAC,oBAAoB,CAAC;aAChC;;;;;;;;;;;;;;;"}