terminatable
TypeScript icon, indicating that this package has built-in type declarations

0.2.8 • Public • Published

Terminatable

Your Angular version should be 17+

!!! Development is going on

Terminatable is being developed who use HTML tables in their app and customize that in Angular 17 and above.

DEMO

How can I use terminatable in my app? Visit

Installation

Use the package manager npm to install Terminatable.

npm install terminatable

Usage

import { TerminatableComponent } from 'terminable'

@Component({
  selector: 'app-...',
  ...
  imports: [
    CommonModule,
    TerminatableComponent,
    ...
  ],
  ...
})
<terminatable
  [columns]="columns"
  [data]="data"
></terminatable>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Package Sidebar

Install

npm i terminatable

Weekly Downloads

0

Version

0.2.8

License

MIT

Unpacked Size

203 kB

Total Files

56

Last publish

Collaborators

  • terzurumluoglu