https://github.com/fives56/ngx-table-craft
ngx-table-craft is a component for Angular 18 that generates dynamic tables using Bootstrap and Angular Material.
https://github.com/fives56/ngx-table-craft
angular18 angularmaterial boostrap5 dinamic-table table
Last synced: 10 months ago
JSON representation
ngx-table-craft is a component for Angular 18 that generates dynamic tables using Bootstrap and Angular Material.
- Host: GitHub
- URL: https://github.com/fives56/ngx-table-craft
- Owner: Fives56
- License: mit
- Created: 2024-10-02T15:41:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-20T20:08:47.000Z (10 months ago)
- Last Synced: 2025-02-20T21:22:49.179Z (10 months ago)
- Topics: angular18, angularmaterial, boostrap5, dinamic-table, table
- Language: TypeScript
- Homepage:
- Size: 912 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



# ngx-table-craft
## Description
**ngx-table-craft** is a project for Angular 18 that automatically generates tables when provided with an array of objects and a configuration.
## Project Structure
- `projects/ngx-table-craft`: The Angular library.
- `projects/demo-app`: The demo application.
## Installation and Setup
To clone the repository and set up the environment, follow these steps:
- git clone https://github.com/Fives56/ngx-table-craft
- cd ngx-table-craft
- npm install
## General Usage
To start the demo application:
ng serve demo-app
This will start the demo application at http://localhost:4200/.
## Contributions
If you would like to contribute to the project, please follow these guidelines:
## Fork the repository.
Create a new branch (git checkout -b feature/new-feature).
Make your changes and commit them (git commit -m 'Add new feature').
Open a pull request to the main branch.
## License
This project is licensed under the MIT License.