What is interpolation vs property binding in angular
WHAT IS INTERPOLATION VS PROPERTY BINDING IN ANGULAR Data binding makes the angular applications development very easy. Data binding helps to do the data synchronization between the template(view/html) and class(typescript code) There are 4 types of data binding in Angular and are following, Event binding Two way data binding Interpolation Property binding What is Interpolation? …
What is interpolation vs property binding in angular Read More »