Create Application-Specific Angular 2 Components

Share this video with your friends

Send Tweet

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.

Mosapeizer King
Mosapeizer King
~ 8 years ago

One question, what situation will we need to export a component in a module?

Sports Whispers
Sports Whispers
~ 7 years ago

Why are we not using commands like ng generate component home? That seem to be doing everything, and in the correct way. :/