hi i want to use a modal in diferent pages but i am getting this error
Error: Type PrescriptionPage is part of the declarations of 2 modules: ViewOrderPageModule and ViewInvoicePageModule! Please consider moving PrescriptionPage to a higher module that imports ViewOrderPageModule and ViewInvoicePageModule. You can also create a new NgModule that exports and includes PrescriptionPage then import that NgModule in ViewOrderPageModule and ViewInvoicePageModule
can anyone know how to use modal in two different page