An open API service indexing awesome lists of open source software.

https://github.com/christophhu/ngx-dynamic-table


https://github.com/christophhu/ngx-dynamic-table

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dynamic Table

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0.

## Demo

[Demo](https://christophhu.github.io/ngx-dynamic-table/)

## Use

In die `angular.json` muss das Stylesheet von `ngx-dynamic-table` hinzugefügt werden:
```json
...
"styles": [
...,
"node_modules/@christophhu/ngx-dynamic-table/lib/style/ngx-dynamic-table.sass"
],
...
```