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 find module "ngx-highlight/fill-highlight.module" #5

Closed junobartowski closed 6 years ago

junobartowski commented 7 years ago

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"

arthurvaverko-kaltura commented 7 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?

junobartowski commented 7 years ago

ngx

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.

gregduffield commented 6 years ago

the file referred to in your readm-me fill-highlight.module does not exist!

arthurvaverko-kaltura commented 6 years ago

There is an error in the readme ..

Try this

mport { HighlightModule } from 'app/highlight/highlight.module'

gregduffield commented 6 years ago

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 .

agiratech-vigneshm commented 6 years ago

I submitted a PR fixing the ReadMe