{"__symbolic":"module","version":4,"exports":[{"from":"./common/util/common-mpdf-util"}],"metadata":{"NgCoreMpdfModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClientModule"},{"__symbolic":"reference","module":"@angular/forms","name":"FormsModule"},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@ngcore/core","name":"NgCoreCoreModule"},"member":"forRoot"}},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@ngcore/base","name":"NgCoreBaseModule"},"member":"forRoot"}},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@ngcore/mark","name":"NgCoreMarkModule"},"member":"forRoot"}},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@ngcore/lazy","name":"NgCoreLazyModule"},"member":"forRoot"}}],"declarations":[{"__symbolic":"reference","name":"CommonPdfEntryComponent"},{"__symbolic":"reference","name":"CommonHpdfEntryComponent"},{"__symbolic":"reference","name":"CommonMpdfEntryComponent"},{"__symbolic":"reference","name":"CommonPdfButtonComponent"},{"__symbolic":"reference","name":"CommonHpdfButtonComponent"},{"__symbolic":"reference","name":"CommonMpdfButtonComponent"}],"exports":[{"__symbolic":"reference","name":"CommonPdfEntryComponent"},{"__symbolic":"reference","name":"CommonMpdfEntryComponent"},{"__symbolic":"reference","name":"CommonPdfButtonComponent"},{"__symbolic":"reference","name":"CommonMpdfButtonComponent"}],"entryComponents":[{"__symbolic":"reference","name":"CommonPdfEntryComponent"},{"__symbolic":"reference","name":"CommonHpdfEntryComponent"},{"__symbolic":"reference","name":"CommonMpdfEntryComponent"}]}]}],"members":{},"statics":{"forRoot":{"__symbolic":"function","parameters":[],"value":{"ngModule":{"__symbolic":"reference","name":"NgCoreMpdfModule"},"providers":[{"__symbolic":"reference","name":"CommonMpdfService"}]}}}},"CommonMpdfService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"CommonPdfEntryComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"common-pdf-entry","template":"\n  <div [innerHTML]=\"pdfText\">\n  </div>\n"}]}],"members":{"pdfInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["pdf"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"setPdfInput":[{"__symbolic":"method"}]}},"CommonHpdfEntryComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"common-hpdf-entry","template":"\n  <div [innerHTML]=\"pdfText\">\n  </div>\n"}]}],"members":{"htmlInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["htmlinput"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient"}]}],"ngOnInit":[{"__symbolic":"method"}],"setHhtmlInput":[{"__symbolic":"method"}]}},"CommonMpdfEntryComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"common-mpdf-entry","template":"\n  <div [innerHTML]=\"mpdfText\">\n  </div>\n"}]}],"members":{"markdownInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["markdown"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient"}]}],"ngOnInit":[{"__symbolic":"method"}],"setMpdfInput":[{"__symbolic":"method"}]}},"CommonPdfButtonComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"common-pdf-button","template":"\n  <button (click)=\"openPdfWindow($event)\">\n  </button>\n"}]}],"members":{"pdfInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["pdf"]}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"setPdfInput":[{"__symbolic":"method"}],"openPdfWindow":[{"__symbolic":"method"}]}},"CommonHpdfButtonComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"common-hpdf-button","template":"\n  <button (click)=\"openHpdfWindow($event)\">\n  </button>\n"}]}],"members":{"htmlInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["htmlinput"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient"}]}],"ngOnInit":[{"__symbolic":"method"}],"setHhtmlInput":[{"__symbolic":"method"}],"openHpdfWindow":[{"__symbolic":"method"}]}},"CommonMpdfButtonComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"common-mpdf-button","template":"\n  <button (click)=\"openMpdfWindow($event)\">\n  </button>\n"}]}],"members":{"markdownInput":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input"},"arguments":["markdown"]}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient"}]}],"ngOnInit":[{"__symbolic":"method"}],"setMpdfInput":[{"__symbolic":"method"}],"openMpdfWindow":[{"__symbolic":"method"}]}}},"origins":{"NgCoreMpdfModule":"./index","CommonMpdfService":"./services/common-mpdf-service","CommonPdfEntryComponent":"./components/common-pdf-entry/common-pdf-entry","CommonHpdfEntryComponent":"./components/common-hpdf-entry/common-hpdf-entry","CommonMpdfEntryComponent":"./components/common-mpdf-entry/common-mpdf-entry","CommonPdfButtonComponent":"./components/common-pdf-button/common-pdf-button","CommonHpdfButtonComponent":"./components/common-hpdf-button/common-hpdf-button","CommonMpdfButtonComponent":"./components/common-mpdf-button/common-mpdf-button"},"importAs":"@ngcore/mark"}