Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 408 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 408 Bytes

Dynamic Table

This project was generated with Angular CLI version 17.2.0.

Demo

Demo

Use

In die angular.json muss das Stylesheet von ngx-dynamic-table hinzugefügt werden:

...
"styles": [
    ...,
    "node_modules/@christophhu/ngx-dynamic-table/lib/style/ngx-dynamic-table.sass"
],
...