Hello,
I add all of my page in my test app.module and app.component in order to use a sidemenu.
When i try to use one of them for a :
this.navCtrl.push('OtherPage');
//Uncaught (in promise): Error: Type TicketsPage is part of the declarations of 2 modules: AppModule
// and TicketsPageModule! Please consider moving TicketsPage to a higher module that imports AppModule
//and TicketsPageModule. You can also create a new NgModule that exports and includes TicketsPage then
//import that NgModule in AppModule and TicketsPageModule.
//Error: Type TicketsPage is part of the declarations of 2 modules: AppModule and TicketsPageModule!
//Please consider moving TicketsPage to a higher module that imports AppModule and TicketsPageModule.
//You can also create a new NgModule that exports and includes TicketsPage then import that NgModule
//in AppModule and TicketsPageModule.
I got this error on the comments.
I try to find a solution without success. All solutions I try didn’t make it.