Import echarts for the lightning module more efficiently

This commit is contained in:
softsimon
2022-07-08 18:54:44 +02:00
parent 6091272690
commit b432e4f699
2 changed files with 5 additions and 4 deletions

View File

@@ -57,6 +57,9 @@ import { CommonModule } from '@angular/common';
NgxEchartsModule.forRoot({
echarts: () => import('echarts')
})
],
exports: [
NgxEchartsModule,
]
})
export class GraphsModule { }