Top "Angular2-forms" questions

An Angular form is a collection of data input controls.

Charts in Angular 2+

I want to create a graph similar to the picture I have attached or may be a bar graph. I …

angular graph angular2-forms angular4-forms
touched/untouched not updating in custom input component - Angular 2

I have a custom input component that is updating validation and states with the exception of touched/untouched. Everything else …

angular angular2-forms
Angular2/4 mat-select multiple ngModel

I have a mat-select dropdownlist with multiple enabled and am using NgModel to store user selected values. Problem is when …

angular angular-material angular2-forms angular2-ngmodel
ng-content select bound variable

I'm trying to create a form builder using angular 2. An very basic example is as follows: this.fields = [{name: 'Name', …

angular angular2-forms
Set reactive form after data loaded (async) - Angular 5

I am trying to update the form values after loading values from an API. I tried using the *ngIf technique …

angular typescript angular2-forms angular-reactive-forms
Angular 2 - Can't set form array value

I get this error: There are no form controls registered with this array yet. If you're using ngModel, you may …

angular typescript angular2-forms angular2-formbuilder reactive-forms
Angular2 nested template driven form

This is just madness , looks like there is no way to have a form which one of it's inputs is …

angular angular2-forms
ReactiveFormsModule vs. FormsModule in Angular2

There exists the ReactiveFormModule and the FormsModule. import { FormsModule, ReactiveFormsModule } from "@angular/forms"; When should I use the ReactiveFormModule and …

angular angular-reactive-forms angular2-forms
Angular 2 Focus on first invalid input after Click/Event

I have an odd requirement and was hoping for some help. I need to focus on the first found invalid …

javascript angular angular2-forms angular2-directives