The *ngFor structural directive runs as a loop in a collection and repeats a piece of html for each element of a collection.
@View decorator is now deprecated. Developers should be using template or 'templateUrl' properties for @Component decorator.