Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

PDFView is not imported by default {N} + angular (nativescript@2.5.2) #15

@echap

Description

@echap

Hi,

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions