New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 18.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-70.13%
Maintainers
1
Weekly downloads
 
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

Keywords

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc