Question: What is the Output decorator used for in this component class?
- It makes the `itemTotalChanged` class field public.
- It provides a way to bind values to the `itemTotalChanged` class field, like so: `
`. - It provides a way to bind events to the `itemTotalChanged` class field, like so: `
`. - It is simply a way to put a comment in front of a class field for documentation.
Answer: The correct answer of the above question is Option C:It provides a way to bind events to the `itemTotalChanged` class field, like so: `