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
import ChartistTooltip from 'chartist-plugin-tooltips-updated';
Generates error with Angular 11:
Could not find a declaration file for module 'chartist-plugin-tooltips-updated'. '/Users/FZK/Apps/Yeditepe/i7/node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered:
I guess in order to support Angular correctly, we have to add a TypeScript declaration file. I don't know when I've got some spare time to create such a file, contributions are welcome.
import ChartistTooltip from 'chartist-plugin-tooltips-updated';
Generates error with Angular 11:
Could not find a declaration file for module 'chartist-plugin-tooltips-updated'. '/Users/FZK/Apps/Yeditepe/i7/node_modules/chartist-plugin-tooltips-updated/dist/chartist-plugin-tooltip.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered: