Angular
Search…
Angular learning
Angular
Change Detection
Angular Components Overview
Lifecycle hooks
View encapsulation
Text interpolation
Pipes
ARIA
Event binding
Directives
Dependency injection in Angular
Difference between Template-Driven and Reactive Forms
Guards
Resolvers
Memory management in Angular applications
Renderer2
Angular test
Testing
Angular best practices
Angular best practices
Bootstrapping an Angular Application
Components in Angular
Reactive extensions
RxJS
NgRx
What's NgRx
Interview Q&A
Angular Unit Testing Interview Questions
Angular Questions And Answers
Angular Advanced
Setting up our environment
Powered By
GitBook
Angular Components Overview
Components are the main building block for Angular applications. Each component consists of:
An HTML template that declares what renders on the page
A Typescript class that defines behavior
A CSS selector that defines how the component is used in a template
Optionally, CSS styles applied to the template
This topic describes how to create and configure an Angular component.
Previous
Understanding Change Detection Strategy in Angular
Next
Lifecycle hooks
Last modified
1yr ago
Copy link