Provides directives and a module to enhance Angular Material forms. It includes features such as displaying control errors, clearing input fields, handling required fields, and managing form field visibility based on defined conditions. The package also offers a form controls component with built-in reset, cancel, and submit functionalities.
Add the package to your workspace:
yarn add @rxap/material-form-system
Install peer dependencies:
yarn add @angular/cdk @angular/common @angular/core @angular/forms @angular/material @angular/router @rxap/form-system @rxap/forms @rxap/mixin @rxap/reflect-metadata @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/material-form-system:init
Initialize the package in the workspace
nx g @rxap/material-form-system:init