Socket
Book a DemoInstallSign in
Socket

@ng-dynamic-forms/ui-ionic

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-dynamic-forms/ui-ionic

Ionic UI package for NG Dynamic Forms

latest
Source
npmnpm
Version
18.0.0
Version published
Maintainers
1
Created
Source

NG Dynamic Forms Ionic UI

Installation

npm i @ng-dynamic-forms/ui-ionic -S

Import

@NgModule({

    imports: [DynamicFormsIonicUIModule]
})

export class AppModule {}

Usage

with DynamicIonicFormComponent:

<form [formGroup]="myFormGroup">

    <dynamic-ionic-form [group]="myFormGroup"
                        [model]="myFormModel"></dynamic-ionic-form>
</form>

with DynamicIonicFormControlComponent:

<form [formGroup]="myFormGroup">

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

Form Controls

ControlModelRequired Property
CheckboxDynamicCheckboxModel
Checkbox GroupDynamicCheckboxGroupModel
DateTimeDynamicDatePickerModel, DynamicTimePickerModel
InputDynamicInputModel
Radio GroupDynamicRadioGroupModel
RangeDynamicSliderModel
SelectDynamicSelectModel
TextAreaDynamicTextAreaModel
ToggleDynamicSwitchModel

Custom UI Events

<form [formGroup]="myFormGroup">

    <dynamic-ionic-form [group]="myFormGroup"
                        [model]="myFormModel"
                        (ionEvent)="onIonEvent($event)"></dynamic-ionic-form>
</form>

Resources

  • API Documentation

Keywords

angular

FAQs

Package last updated on 15 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.