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
I am trying to get the ng-canvas working in my angular project.
When I building the appliccation with AOT enabled I am getting the following error:
ERROR in : Unexpected value 'GaugesModule in /app/node_modules/ng-canvas-gauges/lib/index.d.ts' imported by the module 'SharedModule in /app/src/app/shared/share.module.ts'. Please add a @NgModule annotation.
I have looked at the src and tried to resolve it with no luck. From what I can tell, your implementation looks fine
The text was updated successfully, but these errors were encountered:
Hey mate
I am trying to get the ng-canvas working in my angular project.
When I building the appliccation with AOT enabled I am getting the following error:
ERROR in : Unexpected value 'GaugesModule in /app/node_modules/ng-canvas-gauges/lib/index.d.ts' imported by the module 'SharedModule in /app/src/app/shared/share.module.ts'. Please add a @NgModule annotation.
I have looked at the src and tried to resolve it with no luck. From what I can tell, your implementation looks fine
The text was updated successfully, but these errors were encountered: