What is @output in angular?



What is @output in angular?..

Answer / Raj Veer Singh

@Output is a decorator used in Angular components to emit events that can be handled by parent components or other interested components. It allows for a component's output properties to be subscribed to.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is parameterizing pipe?

1 Answers  


What does tree shaking mean?

1 Answers  


What routing means?

1 Answers  


Explain package.json file in angular?

1 Answers  


When should you use an attribute versus an element?

1 Answers  


What is a directive question?

1 Answers  


What is the difference between a unit and end-to-end (e2e) test in angularjs?

1 Answers  


What types of pipes are supported in angular 2?

1 Answers  


What is inject in angular?

1 Answers  


What is use of $routeprovider in angular js?

1 Answers  


Why this project is called "AngularJS"?

1 Answers   SLK Software,


What is $inject in angularjs?

1 Answers  


Categories