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.
- Checkboxes
- Input
- Text Input
- Number Input
- Text Area
- Radio
- Select
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>