Closed junobartowski closed 6 years ago
sorry need to have more info .. can you post a link to youre repo some more code folder struct? you using systemJS or webpack?
I am using ionic3 framework. I checked the plugin folder and fill-highlight.module is missing. I just cant post my code right now since I removed this plugin for now. I hope you understand.
the file referred to in your readm-me fill-highlight.module does not exist!
There is an error in the readme ..
Try this
mport { HighlightModule } from 'app/highlight/highlight.module'
Thanks, I did this as I saw that this was a mistake but then this leads to the new Issue that I have raised regarding the build and the typings .
I submitted a PR fixing the ReadMe
I ran npm install ngx-highlight --save Then on app.module.ts: import { HighlightModule } from 'ngx-highlight/fill-highlight.module'; inside put HighlightModule @NgModule's import but the error says: Cannot find module "ngx-highlight/fill-highlight.module"