What are the possible errors with declarations?
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.
June 14, 2022
135
Read more
What is Angular Framework?
November 04, 2022
AngularWhat is a Angular module?
November 03, 2022
AngularWhat are the steps to use animation module?
October 31, 2022
Angular