You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in Unexpected value 'HighchartsModule in path/node_modules/nativescript-ui-highcharts/angular/highcharts.module.d.ts' imported by the module 'AppModule in path/app/app.module.ts'. Please add a @NgModule annotation.
please add to the plugin the @NgModule annotation.
The text was updated successfully, but these errors were encountered:
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
When building an application and using --env.aot
the cli crush on the importing of the HighChartModule
example of the building command:
tns build ios --release --bundle --env.uglify --env.aot --production
without the --env.aot is working fine!
this is the error that we got
ERROR in Unexpected value 'HighchartsModule in path/node_modules/nativescript-ui-highcharts/angular/highcharts.module.d.ts' imported by the module 'AppModule in path/app/app.module.ts'. Please add a @NgModule annotation.
please add to the plugin the @NgModule annotation.
The text was updated successfully, but these errors were encountered: