You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: