To summarize the challenge: you were asked to create a rotation animation that’s executed sequentially between three elements.

Step 1: Add an id to the target elements

Add an id to each target element so they can be accessed by using the ViewChild decorator in the typescript file (lines 6-8).

Get hands-on with 1200+ tech skills courses.