Agree with Sander's response. I implemented ngBootstrap's tooltip and it worked great - https://ng-bootstrap.github.io/#/components/tooltip/examples
On Sunday, February 10, 2019 at 8:19:29 AM UTC-7, Reiner Ebel wrote: > > Hello, > > I'm trying to put the tooltip from Bootstrap into Angular. > > <button type="button" class="btn btn-dark rounded-circle" > > data-toggle="tooltip" > data-placement="right" > (mouseenter)="$(this).tooltip('show')" > (mouseleave)="$(this).tooltip('hide')" > title="New Item" > [routerLink]="['/createlist']" > > <i class="fa fa-plus"></i> > </button> > > > I get this error: > ERROR TypeError: _co.$ is not a function > > BR > > Reiner > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.