@ngx-reasyform/rendering
v1.0.1
Published
Rendering logic for Easy Form
Readme
@ngx-reasyform/rendering
Rendering logic for Reasyform - provides the rendering layer for form fields.
This package handles:
- Dynamic field rendering based on form configuration
- Field type resolution and component mapping
- Rendering context and data flow
- Integration with UI libraries
Installation
npm install @ngx-reasyform/renderingDependencies
@ngx-reasyform/core: ^1.0.0
Peer Dependencies
@angular/core: >=17 <22@angular/common: >=17 <22@angular/forms: >=17 <22rxjs: ^7.0.0
Usage
Import the module in your application:
import { REasyformRenderingModule } from '@ngx-reasyform/rendering';
@NgModule({
imports: [
REasyformRenderingModule
]
})
export class AppModule { }Build
Run ng build rendering to build the library. The build artifacts will be stored in the dist/ directory.
Running unit tests
Run ng test rendering to execute the unit tests via Karma.
