UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

14 lines (12 loc) 331 B
<p> <span popover="Hello there! I was triggered manually" triggers="" #pop="bs-popover"> This text has attached popover </span> </p> <button type="button" class="btn btn-success" (click)="pop.show()"> Show </button> <button type="button" class="btn btn-warning" (click)="pop.hide()"> Hide </button>