@nativescript/pdf
Version:
A NativeScript plugin to display PDF files on iOS and Android
22 lines (18 loc) • 1.02 kB
JavaScript
import * as i0 from '@angular/core';
import { NgModule } from '@angular/core';
import { registerElement } from '@nativescript/angular';
import { PDFView } from '@nativescript/pdf';
class NativeScriptPdfModule {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: NativeScriptPdfModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: NativeScriptPdfModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: NativeScriptPdfModule });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: NativeScriptPdfModule, decorators: [{
type: NgModule
}] });
registerElement('PDFView', () => PDFView);
/**
* Generated bundle index. Do not edit.
*/
export { NativeScriptPdfModule };
//# sourceMappingURL=nativescript-pdf-angular.mjs.map