Contains Form component powered by angular. This component expects a configuration and renders form according to the view.
npm install common-form-elements --save
<sb-form [config]='config'>
<sb-form (valueChanges)="function($event)" (statusChanges)="function($event)" >