Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230925

Error: Type PdfViewerComponent is part of the declarations of 2 modules

$
0
0

thank you both for your responds. You were absolutely right.
the solution is:
in app.module.ts

import { PdfViewerModule } from ‘ng2-pdf-viewer’;
imports: [
BrowserModule,

PdfViewerModule
],

in page.module.ts

import { PdfViewerModule } from ‘ng2-pdf-viewer’;
imports: [
IonicPageModule.forChild(Page),
PdfViewerModule
],


Viewing all articles
Browse latest Browse all 230925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>