What classes should not be added to declarations?
The below class types shouldn't be added to declarations
- A class which is already declared in any another module.
- Directives imported from another module.
- Module classes.
- Service classes.
- Non-Angular classes and objects, such as strings, numbers, functions, entity models, configurations, business logic, and helper classes.
May 29, 2022
919
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