Login
Remember
Register
Ask a Question
What are the possible errors with declarations?
0
votes
asked
Sep 22, 2023
in
Angular
by
DavidAnderson
What are the possible errors with declarations?
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 22, 2023
by
DavidAnderson
There are two common possible errors with declarations array,
If you use a component without declaring it, Angular returns an error message.
If you try to declare the same class in more than one module then compiler emits an error.
...