I\'ve recently switched to Angular 4 from Angular 1 and lots of things seem to be new to me now. One of them seems to relate to data-binding. In the old version, I would dec
You should use ngFor instead of ng-repeat
ngFor
ng-repeat
{{item}}ITEM Found!