ui-ionic-zrp
TypeScript icon, indicating that this package has built-in type declarations

1.4.19 • Public • Published

ng2 Dynamic Forms Ionic UI - ZRP Version

Disclaimer

This project was was not meant to be generic. It's specific for one project design. Maybe, in future implementation, we might decide to launch a more generic version.

Installation

npm install @ng2-dynamic-forms/ui-ionic -S

Import

@NgModule({
 
    imports: [
        // ...
        ReactiveFormsModule,
        DynamicFormsCoreModule.forRoot(),
        DynamicFormsIonicUIModule
    ]
})
 
export class AppModule {}

Usage

<form [formGroup]="myFormGroup">
 
    <dynamic-form-ionic-control *ngFor="let controlModel of myFormModel"
                                [group]="myFormGroup"
                                [model]="controlModel"></dynamic-form-ionic-control>
</form>

Form Controls

Control Model Required Property
Checkbox DynamicCheckboxModel
Checkbox Group DynamicCheckboxGroupModel
DateTime DynamicDatePickerModel, DynamicTimePickerModel
Input DynamicInputModel
Radio Group DynamicRadioGroupModel
Range DynamicSliderModel
Select DynamicSelectModel
TextArea DynamicTextAreaModel
Toggle DynamicSwitchModel

Package Sidebar

Install

npm i ui-ionic-zrp

Weekly Downloads

15

Version

1.4.19

License

ISC

Last publish

Collaborators

  • rafaelcostella
  • coffee.zrp
  • pedro.gryzinsky