Instead of doing everything in a single process on a single thread, modern browsers have a multi-process architecture. What does this mean for developing in JavaScript, which is single-threaded?
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.