...

/

Quiz: Fetching Data as Streams

Quiz: Fetching Data as Streams

Test yourself on fetching data as streams.

We'll cover the following...

Quiz

1.

Why is it important to handle the unsubscription of observables in Angular components?

A.

Unsubscribing improves the performance of the application.

B.

Unsubscribing prevents memory leaks.

C.

Unsubscribing enables two-way data binding.

D.

Unsubscribing makes the code easier to understand.


1 / 4
...