Angular Fast Froms
  • Angular Fast Forms
  • Introduction
    • Concepts
    • Getting started
  • Components
    • Form Control
    • Form Group
  • Validation
    • Sync Validator
    • Async Validator
  • Advanced
    • Injection
    • NGXS Support
    • JSON
Powered by GitBook
On this page
Edit on GitHub
  1. Advanced

NGXS Support

PreviousInjectionNextJSON

Last updated 2 years ago

is a state management pattern + library for Angular. The library provides support for the since version 1.1.0. No extra dependency is need.

Example

<aff-form-group [formGroup]="form" ngxsForm="example.exampleForm"></aff-form-group>
NGXS
NGXS Forms Plugin