UNPKG

@nativescript/pdf

Version:

A NativeScript plugin to display PDF files on iOS and Android

22 lines (18 loc) 1.05 kB
import * as i0 from '@angular/core'; import { NgModule } from '@angular/core'; import { registerElement } from '@nativescript/angular'; import { PDFView } from '@nativescript/pdf'; class NativeScriptPdfModule { } NativeScriptPdfModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NativeScriptPdfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); NativeScriptPdfModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: NativeScriptPdfModule }); NativeScriptPdfModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NativeScriptPdfModule }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: NativeScriptPdfModule, decorators: [{ type: NgModule }] }); registerElement('PDFView', () => PDFView); /** * Generated bundle index. Do not edit. */ export { NativeScriptPdfModule }; //# sourceMappingURL=nativescript-pdf-angular.mjs.map