@ngx-formbar/core
v1.0.0
Published
 
Downloads
5
Maintainers
Readme
Formbar
A highly flexible framework for generating declarative reactive forms, based on a configuration.
This package provides a framework for creating Angular Reactive Forms, based on a configuration. This configuration can come from a server in the form of JSON or directly from an object written in TypeScript. It is as close to Angular as possible, to give you the most flexibility, while still taking care of the heavy lifting.
[!TIP] The full documentation can be found on ngx-formbar.net
Installation
Primary (recommended)
Install and configure via Angular schematic:
ng add @ngx-formbar/coreThis will install the package, update your project files, and configure the Formbar provider.
Manual
npm install @ngx-formbar/coreFor manual setup, you must provide Formbar in your app.config.ts or AppModule.
Compatibility
At this time this package is only compatible with Angular 19.2.1 or above.
