Looking to incorporate the " angular2-google-chart" module in my project.
However, upon starting the application, I encounter the following error:
ERROR in ./node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts Module build failed: Error: /home/user/Desk/project/frontend/node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts is missing from the TypeScript compilation. Please make sure it is included in your tsconfig file via the 'files' or 'include' property. The absence of this file suggests that it may be part of a poorly packaged third-party library. TypeScript files within published libraries oftentimes indicate improper packaging. To address this issue, please raise a concern with the library's author and request them to package the library according to the Angular Package Format (
/goo.gl/jB3GVv
). at AngularCompilerPlugin.getCompiledFile (/home/user/Desk/project/frontend/node_modules/@ngtools/webpack/src/angular_compiler_plugin.js:674:23) at plugin.done.then (/home/user/Desk/project/frontend/node_modules/@ngtools/webpack/src/loader.js:467:39) at at process._tickCallback (internal/process/next_tick.js:182:7)
Any suggestions on resolving this error?