#1 - String Interpolation -- {{ data }}
-- To Output Some TEXT Use String Interpolation
#2 - Property Binding -- [property] = "data"
-- To Change Some PROPERTY, HTML Element, Directive, Component use Property Binding
###IMPORTANT -- Never Mix Them -- Breaks the APP
#1 - Event Binding -- (event) = "expression"
#1 - [(ngModel)] = "data"