You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
Just to inform you that the PDFView is not correctly imported on the project, adding this snippet on main.ts solves the issue :
import {registerElement} from "nativescript-angular/element-registry";
registerElement("PDFView", () => require("nativescript-pdf-view").PDFView);
with nativescript@2.5.2
Cheers,
The text was updated successfully, but these errors were encountered:
echap
changed the title
PDFView is not imported by default {N} angular
PDFView is not imported by default {N} + angular (nativescript@2.5.2)
Mar 1, 2017
I just released version 2 of this plugin, and have removed the auto-registration of the PDFView element. It's now required to manually do so in your own applications.
Hi,
Just to inform you that the
PDFView
is not correctly imported on the project, adding this snippet onmain.ts
solves the issue :with nativescript@2.5.2
Cheers,
The text was updated successfully, but these errors were encountered: