Many components you create will be specific to your application because they will rely on your application services. These application-specific components are often called “feature” components and they follow a module pattern which integrates them with your application.
One question, what situation will we need to export a component in a module?
Why are we not using commands like ng generate component home
? That seem to be doing everything, and in the correct way. :/