Parameter decorator that injects all values provided by the registrations associated with the given token.
Allows referencing a token that is declared later in the file by using the forwardRef helper function.
Throws an error if the token is not registered in the container.
Parameter decorator that injects all instances provided by the registrations associated with the given class.
Throws an error if the class is not registered in the container.