I am facing an issue where I have an array and I need to display only a single object from the array at a time. The goal is to cycle through the array using a button, but I'm struggling to figure out how to display just one object at a time. You can see what I have so far on this plunker.
I'm unsure if I am correctly utilizing *ngFor
in this context. Any help would be greatly appreciated!