Socket
Socket
Sign inDemoInstall

@ng-dynamic-forms/ui-ng-bootstrap

Package Overview
Dependencies
114
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ng-dynamic-forms/ui-ng-bootstrap

NG Bootstrap UI package for NG Dynamic Forms


Version published
Maintainers
1
Created

Readme

Source

NG Dynamic Forms NG Bootstrap UI

Installation

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

Import

@NgModule({

    imports: [DynamicFormsNGBootstrapUIModule]
})

export class AppModule {}

Usage

with DynamicNGBootstrapFormComponent:

<form [formGroup]="myFormGroup">

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

with DynamicNGBootstrapFormControlComponent:

<form [formGroup]="myFormGroup">

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

Form Controls

ControlModelRequired Property
CalendarDynamicDatePickerModelinline: true
CheckboxDynamicCheckboxModel
Checkbox GroupDynamicCheckboxGroupModel
DatePickerDynamicDatePickerModel
InputDynamicInputModel
Radio GroupDynamicRadioGroupModel
RatingDynamicRatingModel
SelectDynamicSelectModel
TextAreaDynamicTextAreaModel
TimePickerDynamicTimePickerModel

Resources

Keywords

FAQs

Last updated on 15 Aug 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc