NGXS Support
NGXS is a state management pattern + library for Angular. The library provides support for the NGXS Forms Plugin since version 1.1.0
. No extra dependency is need.
Example
<aff-form-group [formGroup]="form" ngxsForm="example.exampleForm"></aff-form-group>
Last updated