toppy icon indicating copy to clipboard operation
toppy copied to clipboard

No component factory found for ToppyComponent

Open DivyaArora-24 opened this issue 5 years ago • 3 comments

Unable to use the Toppy library for showing the popover dynamically. Getting the below error . Uncaught Error: No component factory found for ToppyComponent. Did you add it to @NgModule.entryComponents?

If I try to add the ToppyComponent in entry component, and use "import { ToppyComponent } from 'toppy/lib/toppy.component'

I get the compile time error : Module not found: Error: Can't resolve 'toppy/lib/toppy.component'

DivyaArora-24 avatar Apr 02 '19 10:04 DivyaArora-24

Hi @DivyaArora-24, Could you please provide little more information? like code, angular version.. it would be helpful to figure it out the issue.

lokesh-coder avatar Apr 02 '19 12:04 lokesh-coder

I have the same issue. I use Angular 8 and the latest version of toppy.

ali-kamalizade avatar Nov 10 '19 17:11 ali-kamalizade

same issue with angular 8

malwareoverflow avatar Jan 13 '20 08:01 malwareoverflow