Topic: Is there Documentation for MDB5 popover templating

mikejhills priority asked 2 years ago


just looking for the docs


Arkadiusz Idzikowski staff answered 2 years ago


@mikejhills We need to update the documentation page because this example is currently not available there. Here is a quick example:

<button
  type="button"
  class="btn btn-lg btn-danger"
  [mdbPopover]="template"
  mdbPopoverHeader="Popover title"
>
  Click to toggle popover
</button>

<ng-template #template>Popover template</ng-template>


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: MDB5 1.0.0-beta5
  • Device: Laptop
  • Browser: Chrome
  • OS: MAC
  • Provided sample code: No
  • Provided link: No