1๐
All module will be imported to main module.
Try to use into main.module.ts
:
imports: [
IonicPageModule.forChild(MainPage),
MomentModule,
ThingDetailsPageModule,
AttributePageModule
],
comment the line MainPageModule
from these files
things-details.module.ts
attributes.module.ts
- Chartjs-ChartJS โ Show percentage base on data on hover (AngularJS)
- Chartjs-How to add space between datasets in ng2 doughnut chart
0๐
In your main module, try adding ChartComponent
to the list in exports: [AlertCardComponent,AlertCardManageComponent,ThingCardComponent,ThingDetailsPage,AttributesPage]
.
Source:stackexchange.com