Angular follows a two-way data flow pattern, meaning you can send data up and down the component tree.
Everything in the Angular is a component.
Interpolation is the way to inject some value into HTML. We are injecting title from the component class to the HTML.