0.0.4 • Published 2 years ago

ngx-ellipsis-tooltip v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

NgxEllipsisTooltip

This library was generated with Angular CLI version 11.2.5.

Build

Run ng build ngx-ellipsis-tooltip to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ngx-ellipsis-tooltip, go to the dist folder cd dist/ngx-ellipsis-tooltip and run npm publish.

Running unit tests

Run ng test ngx-ellipsis-tooltip to execute the unit tests via Karma.

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 tooltip

Add the module

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

<app-ellipsis-tooltip></app-ellipsis-tooltip>

@ InputDescriptionTypeRequested
contenttext to displaystringTrue
0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago