@rxap/material-table-system
Version:
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify c
36 lines (29 loc) • 1.82 kB
Markdown
This package provides a set of Angular directives, components, and services to enhance and customize Angular Material tables. It includes features such as row selection, column filtering, expandable rows, table actions, and more. The goal is to simplify common table-related tasks and provide a more flexible and feature-rich table experience.
[](https://www.npmjs.com/package/@rxap/material-table-system)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](../wiki/#installation)
- [Generators](../wiki/#generators)
- [init](../wiki/#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/material-table-system
```
**Install peer dependencies:**
```bash
yarn add @angular/animations @angular/cdk @angular/common @angular/core @angular/forms @angular/material @angular/router @rxap/components @rxap/data-source @rxap/directives @rxap/forms @rxap/material-directives @rxap/pattern @rxap/reflect-metadata @rxap/rxjs @rxap/utilities @rxap/window-system rxjs
```
**Execute the init generator:**
```bash
yarn nx g @rxap/material-table-system:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/material-table-system:init
```