Solution Review: Injecting Multiple Properties
Let's learn the solution to the injecting multiple properties challenge.
We'll cover the following...
We'll cover the following...
Solution
Let’s start understanding the solution code.
Explanation
For injection properties, we use a special defineProperties method.
The defineProperties() method takes only two parameters:
- The candidate object for injection
- An object with properties as