Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@ng-dynamic-forms/ui-material
Advanced tools
npm install @ng-dynamic-forms/ui-material -S
@NgModule({
imports: [
// ...
ReactiveFormsModule,
BrowserAnimationsModule,
DynamicFormsCoreModule.forRoot(),
DynamicFormsMaterialUIModule
]
})
export class AppModule {}
with DynamicMaterialFormComponent
:
<form [formGroup]="myFormGroup">
<dynamic-material-form [group]="myFormGroup"
[model]="myFormModel"></dynamic-material-form>
</form>
with DynamicMaterialFormControlComponent
:
<form [formGroup]="myFormGroup">
<dynamic-material-form-control *ngFor="let controlModel of myFormModel"
[group]="myFormGroup"
[model]="controlModel"></dynamic-material-form-control>
</form>
Control | Model | Required Property |
---|---|---|
Autocomplete | DynamicInputModel | list |
Checkbox | DynamicCheckboxModel | – |
Checkbox Group | DynamicCheckboxGroupModel | – |
Datepicker | DynamicDatePickerModel | – |
Input | DynamicInputModel | – |
Radio Group | DynamicRadioGroupModel | – |
Select | DynamicSelectModel | – |
Slider | DynamicSliderModel | – |
SlideToggle | DynamicSwitchModel | – |
Textarea | DynamicTextAreaModel | – |
1.4.31
:bangbang:@ng2-dynamic-forms has been renamed to @ng-dynamic-forms:bangbang:
Please update your dependencies:
npm uninstall @ng2-dynamic-forms/core @ng2-dynamic-forms/ui-<package_name> -S
npm install @ng-dynamic-forms/core @ng-dynamic-forms/ui-<package_name> -S
FAQs
Material UI package for NG Dynamic Forms
The npm package @ng-dynamic-forms/ui-material receives a total of 1,382 weekly downloads. As such, @ng-dynamic-forms/ui-material popularity was classified as popular.
We found that @ng-dynamic-forms/ui-material demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.