We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have inserted an example from the Readme into my Angular 8 app.
<popover-content #myPopover title="Popover title" placement="left" [animation]="true" [closeOnClickOutside]="true" > <b>Very</b> <span style="color: #C21F39">Dynamic</span> <span style="color: #00b3ee">Reusable</span> <b><i><span style="color: #ffc520">Popover With</span></i></b> <small>Html support</small>. </popover-content>
But as a result, it creates 2 popovers
Valid for 1.2.0-1.40
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have inserted an example from the Readme into my Angular 8 app.
But as a result, it creates 2 popovers
Valid for 1.2.0-1.40
The text was updated successfully, but these errors were encountered: