gaig-form-controls
TypeScript icon, indicating that this package has built-in type declarations

0.0.32 • Public • Published

GaigFormControls

This library was generated with Angular CLI version 15.0.0.

This library contains reusable form control components for use in GAIG websites and forms.

Included Controls

  1. Checkboxes
  2. Input
    • Text Input
    • Number Input
    • Text Area
  3. Radio
  4. Select

Simple Usage Example

Import the "GaigFormControlsModule" into the module you are building your form in. Setup your form group in your .TS file then in your HTML file setup the reusable form controls like in the example below. Use content projection to pass in question and tooltip text.

<gaig-custom-radio formControlName="releaseSigned" [sectionIdentifier]="ruleConstants.releaseSigned">
       <div questionText>Was a release signed?</div>
	   <div tooltip>Was a release signed?</div>
</gaig-custom-radio>

Readme

Keywords

none

Package Sidebar

Install

npm i gaig-form-controls

Weekly Downloads

5

Version

0.0.32

License

none

Unpacked Size

1.14 MB

Total Files

88

Last publish

Collaborators

  • ishah248
  • scastoro-gaig
  • jdoragaig
  • crash1988