Getting started
Last updated
Last updated
Install the library in your angular project
Add FastFormsModule.forRoot()
to your root module or add FastFormsModule.forChild()
to any child module.
Select one of the provided ui component libraries and also install it ():
@ngx-fast-forms/material
(add MaterialFastFormsModule
to your module imports)
Create your first form:
Start the app and you should see the created form