How can you pass data between parent and child components?, what is component interaction

AnswerBot
2y
Passing data between parent and child components is component interaction in Angular.
Use @Input decorator to pass data from parent to child component
Use @Output decorator and EventEmitter to pass data...read more
Vijaya Kalyani
2y
through @input or @output or through services
Anonymous
3y
directives,@input,@output.
If sibling communication is required first send data of 1st component using @Output to Parent then pass the value to 2nd child component using @Input.
Use @ViewChild and @Vi...read more
Jagdish Lotan Suryawanshi
3y
Using @Output
Harish Agrawal
3y
@Input and @Output decoration
Add answer anonymously...
ONPASSIVE Angular Developer interview questions & answers
An Angular Developer was asked Q. What are the features of the latest TypeScript version you used in your project?
An Angular Developer was asked Q. What is the difference between Observable and Promise?
An Angular Developer was asked Q. What is routing, and what is its syntax?
Popular interview questions of Angular Developer
An Angular Developer was asked Q1. What are the features of the latest TypeScript version you used in your project?
An Angular Developer was asked Q2. What is the difference between Observable and Promise?
An Angular Developer was asked Q3. What is routing, and what is its syntax?
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

