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 |
What is parameterizing pipe?
What does tree shaking mean?
What routing means?
Explain package.json file in angular?
When should you use an attribute versus an element?
What is a directive question?
What is the difference between a unit and end-to-end (e2e) test in angularjs?
What types of pipes are supported in angular 2?
What is inject in angular?
What is use of $routeprovider in angular js?
Why this project is called "AngularJS"?
What is $inject in angularjs?