
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@ng-dynamic-forms/ui-kendo
Advanced tools
npm i @ng-dynamic-forms/ui-kendo -S
@NgModule({
imports: [DynamicFormsKendoUIModule]
})
export class AppModule {}
with DynamicKendoFormComponent
:
<form [formGroup]="myFormGroup">
<dynamic-kendo-form [group]="myFormGroup"
[model]="myFormModel"></dynamic-kendo-form>
</form>
with DynamicKendoFormControlComponent
:
<form [formGroup]="myFormGroup">
<dynamic-kendo-form-control *ngFor="let controlModel of myFormModel"
[group]="myFormGroup"
[model]="controlModel"></dynamic-kendo-form-control>
</form>
Control | Model | Required Property |
---|---|---|
AutoComplete | DynamicInputModel | list |
Calendar | DynamicDatepickerModel | inline: true |
Checkbox | DynamicCheckboxModel | – |
Checkbox Group | DynamicCheckboxGroupModel | – |
DateInput | DynamicInputModel | inputType: "date" |
DatePicker | DynamicDatepickerModel | – |
DropDownList | DynamicSelectModel | – |
MaskedTextBox | DynamicInputModel | mask |
MultiSelect | DynamicSelectModel | multiple: true |
NumericTextBox | DynamicInputModel | inputType: "number" |
Radio Button | DynamicRadioGroupModel | – |
Slider | DynamicSliderModel | – |
Switch | DynamicSwitchModel | – |
TextArea | DynamicTextAreaModel | – |
TextBox | DynamicInputModel | – |
TimePicker | DynamicTimePickerModel | – |
Upload | DynamicFileUploadModel | – |
<form [formGroup]="myFormGroup">
<dynamic-kendo-form [group]="myFormGroup"
[model]="myFormModel"
(kendoEvent)="onKendoEvent($event)"></dynamic-kendo-form>
</form>
17.0.0
FAQs
Kendo UI package for NG Dynamic Forms
The npm package @ng-dynamic-forms/ui-kendo receives a total of 8 weekly downloads. As such, @ng-dynamic-forms/ui-kendo popularity was classified as not popular.
We found that @ng-dynamic-forms/ui-kendo 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.