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

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.

Awesome Lists containing this project

README

          

![npm](https://img.shields.io/npm/v/ngx-table-craft)
![npm](https://img.shields.io/npm/dt/ngx-table-craft)
![npm](https://img.shields.io/npm/dm/ngx-table-craft)

# 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.