I have an array of IAnimal with components like dog cat each has its own properties and extends the IAnimal Interface.
Now I want to render all the components in a *ngFor loop from my IAnimal Array how do I do that?
looking for something like DataTemplate in xaml 
