Hello everybody,
today I want to make short note about types of Data Binding in AngularJS 2.
here they are:
Interpolation. It looks like this in code: {{firstName}}
Property binding. Sample in code: <img [src]='person.photo'>
Event binding. Html code pattern: <button (click)='show...