Data binding can be confusing when you’re getting started in Angular. Let’s break it down! This post covers one-way data binding from a child component to a parent component with the output decorator and event emitters.
Data binding can be confusing when you’re getting started in Angular. Let’s break it down! This post covers one-way data binding from a parent component to a child component with the input decorator.
The Angular team is proposing standalone components, directives, and pipes. This post talks about some of the benefits of a module-less Angular and encourages the community to comment on the RFC.