Creating Our First Component

Learn about the structure of Angular components and how to register them with Angular modules.

Components are the basic building blocks of an Angular application. They control different parts of a web page called views, such as a list of products or an order checkout form. Views are responsible for the presentational logic of an Angular application, and they are organized in a hierarchical tree of components that can interact with each other:

Get hands-on with 1200+ tech skills courses.