arthurvaverko / ngx-highlight

Angular directive to highlight text in the html container and it's children.
https://arthurvaverko.github.io/ngx-highlight/
MIT License
17 stars 8 forks source link

Cannot install in Angular 9 #16

Open timrhaynes opened 4 years ago

timrhaynes commented 4 years ago

Following the instructions on how to install and include the module, compiling gets this error:

ERROR in ./node_modules/ngx-highlight/highlight.module.ts Module build failed (from ./node_modules/@ngtools/webpack/src/index.js): Error: \node_modules\ngx-highlight\highlight.module.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv). at AngularCompilerPlugin.getCompiledFile (C:\Dev\MOE\source\repos\OpenSIMS-UI\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:933:23) at \node_modules\@ngtools\webpack\src\loader.js:41:31 at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:97:5)

3idiotGit commented 3 years ago

Any update about this issue please?