Saved Bookmarks
| 1. |
What Classes Should I Add To Module's Declarations? |
|
Answer» We can add the declarable CLASSES LIKE components, directives and PIPES in the module’s declarations list and we can add only – components, directives and pipes classes in the @NgModule. We can add the declarable classes like components, directives and pipes in the module’s declarations list and we can add only – components, directives and pipes classes in the @NgModule. |
|