
When we want to communicate from component class to template ,we can use interpolation which use the {{ expression }} to render the bound value to the component’s template.
Step 1 : Create an angular 5 project from here https://programmergangtuts.blogspot.com/2018/02/creating-first-angular-5-project.html and copy and paste the following code in src->app->app.component.ts
import...