Login
Remember
Register
Ask a Question
Why is the Input decorator used?
0
votes
asked
Dec 13, 2023
in
Angular
by
DavidAnderson
Why is the Input decorator used?
1. to call on multiple instances of the same component type
2. to give components properties that you want to expose when using the component
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 13, 2023
by
DavidAnderson
Correct answer is :- to give components properties that you want to expose when using the component
...