Library module with all the default components.
This module exports FormsModule and ReactiveFormsModule and all the predefined DORF components.
FormsModule
ReactiveFormsModule
It may be imported by forRoot method and then there is a possibility to define custom fields and CSS classes.
forRoot
// DorfModule.forRoot({ css: { general: { form: "pure-form pure-form-aligned", group: "pure-control-group", error: "error-message" } }, dorfFields: [{ tag: StarRatingDefinition.TAG, definition: StarRatingDefinition, metadata: StarRatingMetadata }] })],
Generated using TypeDoc
Library module with all the default components.
This module exports
FormsModule
andReactiveFormsModule
and all the predefined DORF components.It may be imported by
forRoot
method and then there is a possibility to define custom fields and CSS classes.// DorfModule.forRoot({ css: { general: { form: "pure-form pure-form-aligned", group: "pure-control-group", error: "error-message" } }, dorfFields: [{ tag: StarRatingDefinition.TAG, definition: StarRatingDefinition, metadata: StarRatingMetadata }] })],