Question: Suppose we implement a checkbox in an Angular template as follows: Are you happy? What needs to be declared in the component class? Write down
- Suppose we implement a checkbox in an Angular template as follows:
[(ngModel)]="happy" value="happy" name="areYouHappy"/>
What needs to be declared in the component class? Write down the declaration.
How would you display whether the checkbox was checked elsewhere in the same template
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
