python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to pass data from parent to child in template driven form
My problem is with Template Driven Forms. I have two components (parent and child) and I want to pass default values for controls inside child component. In child component I have reference to the par...

Piotr Sternik
Votes: 0
Answers: 0
Creating a reusable method attach to input field for multiple components in Angular
I am beginner in angular and started working on angular 12 project. I am working on reactive forms where I am adding on Blur method to add class to my input field on some error conditions to give som...
tyler
Votes: 0
Answers: 1
Dropdown plus manual text field in angular form
I am beginner to angular and I have angular form in my application where i want to add dropdown field , if user entered value does not exist in dropdown then allow him to enter some new value and we g...

Shinichi Izumi
Votes: 0
Answers: 0
Iterate through a formArray containing inside other model values
I have question how can i iterate through formArray and use inside data from other array. I added example below:
@Component({
selector: 'app-reactive-form-test',
styleUrls: ['./reactive-form-test....
karolHoxton
Votes: 0
Answers: 1