ng2-bootstrap-base-modified
Version:
Native Angular Bootstrap Components Typeahead modified
11 lines (9 loc) • 347 B
HTML
<button type="button" class="btn btn-info"
[popover]="content" [popoverTitle]="title">
Simple binding
</button>
<template #popTemplate>Just another: {{content}}</template>
<button type="button" class="btn btn-warning"
[popover]="popTemplate" popoverTitle="Template ref content inside">
TemplateRef binding
</button>