https://github.com/christophhu/ngx-dynamic-table
https://github.com/christophhu/ngx-dynamic-table
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christophhu/ngx-dynamic-table
- Owner: ChristophHu
- Created: 2024-02-28T14:34:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:56:21.000Z (about 1 year ago)
- Last Synced: 2024-05-29T10:03:19.752Z (about 1 year ago)
- Language: TypeScript
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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"
],
...
```