Siva Kaliyamoorthy
Siva Kaliyamoorthy

Reputation: 29

ng-bootstrap tooltip arrow is missing

I am using angular 5. I am added "ng-bootstrap. arrow is missing.

<button type="button" class="btn btn-outline-secondary" placement="right" ngbTooltip="Tooltip on right">
  Tooltip on right
</button>

Upvotes: 1

Views: 1098

Answers (1)

artemnih
artemnih

Reputation: 4209

Upgrade to @ng-bootstrap/ng-bootstrap": "11.0.0-beta.2" as per https://www.npmjs.com/package/@ng-bootstrap/ng-bootstrap#dependencies

Upvotes: 0

Related Questions