Solution: Using Observables to Transform Data
The solutions to the challenges discussed in the previous lesson.
We'll cover the following
Solution: Missing import
statements
To solve this problem, we imported the necessary dependencies from the RxJS library, namely of
and Observable
from the main package and map
from the rxjs/operators
package. These imports enable us to use the required functions and classes in our code.
The solution to the problem can be found in the code widget below:
Get hands-on with 1400+ tech skills courses.