@ashok12 wrote:
i have a lazy loading components ionic project. i have import
import { PdfViewerComponent } from ‘ng2-pdf-viewer’;
@NgModule({
declarations: [
PdfViewerComponent
]})
export class Page1Module {}
in page1.module.ts and page2.module.ts.
i have received this error Error: Type PdfViewerComponent is part of the declarations of 2 modulesi don’t know how to fix it! any suggestions PLease!
Posts: 7
Participants: 2