Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Repository files navigation

Angular Ellipsis Material Tooltip

For responsive applications, the use of ellispis for long content can be necessary. When we want to go further and display the Angular material tooltip when the ellipsis are displayed.

Demo: https://wandri.github.io/angular-ellipsis-tooltip/.

demo tooltip

Add the module

@NgModule({
  declarations: [
    ...,
  ],
  imports: [
    ...,
    NgxEllipsisTooltipModule,
  ],
})

<ngx-ellipsis-tooltip></ngx-ellipsis-tooltip>

@ Input Description Type Requested
text text to display string True
smartCut move the ellipsis inside the text and not at the end boolean False (default = true)

About

Angular component to display ellipsis and material tooltip dynamically

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages