I am new to Angular. I wanted to know the difference between NgFor
and NgForOf
. The site says NgFor
is deprecated and suggest to use NgForOf
, can I continue using the former or should I change them to later. Thanks in advance.
EDIT
Please note that I have also asked about using it against deprecation or not. Also my question is regarding angular4
not angular2