@al/ng-forms-components
v9.2.3
Published
Alert Logic Component Library for Angular projects
Downloads
469
Readme
NgFormsComponentsModule
This module is meant to provide support for data-driven ("dynamic") forms, effectively reducing data collection needs to a set of JSON definitions and separating the collection process from its actual implementation.
This library is generated with Angular CLI version 9, and published to npm as @al/ng-forms-components. To use it in your applications,
npm install --save @al/ng-forms-components@latest
and then add the NgFormsComponentsModule
to your application's or feature module's imports
declaration.
Usage
For a complete overview of the scope of the module's functionality, see FORMS.md.