...

/

Quiz Yourself: Angular Animations

Quiz Yourself: Angular Animations

Test your Angular animations knowledge!

We'll cover the following...
Technical Quiz
1.

(Select all that apply.) Which of the following transitions can you use to animate an element entering the DOM?

A.

transition('enter', ...)

B.

transition(':enter', ...)

C.

transition('void => *', ...)

D.

transition('* => void', ...)


1 / 5