0 votes
in Angular by

How do you make a method available?

1. by putting it on the component class

2. by putting it in the method class

3. by altering elements in the DOM

4. by brokering data to and from the view

1 Answer

0 votes
by
Correct answer is :- by putting it on the component class
...