Hey everyone, I've just created my own custom dynamic tooltip npm package. However, when I try to use it in an app, I encounter the following error:
Can't bind to 'appDynamicTooltip' since it isn't a known property of 'div'.<div class="class-tooltip" [appDynamicTooltip]="tooltipData" [tooltipConditions]="conditions">
This is a common Angular error that occurs when imports are not correct. In my case, I have only imported one module and it was successfully imported into my app. I can see the module, but I'm wondering if there might be something wrong with the way I am exporting the package.
Here is the link to the GitHub repository for my Package: dynamic-tooltip
And here is how I have imported my Package:
https://i.sstatic.net/z1GOKJY5.png