@al/ng-forms-components

Alert Logic Component Library for Angular projects

Usage no npm install needed!

<script type="module">
  import alNgFormsComponents from 'https://cdn.skypack.dev/@al/ng-forms-components';
</script>

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.