Interpolation in Angular
In this guide let us explore the interpolation in Angular with examples. We use interpolation to bind a component property, component method or to a template reference variable to a string literal in the view. It is one way from component to view as the data flow from the component to view.