SunbirdEd Forms
Criteria
Info
Getting Started
Step 1: Install the package
npm install common-form-elements --saveStep 2: Include the library selector in view( Eg .HTML file)
step3: Form component emits values on every input , To get value include event callbacks
<sb-form (valueChanges)="function($event)" (statusChanges)="function($event)" >Steps to Integrate the form
Last updated