Question: How can you pass query parameters to this `HttpClient.get` request?
- `return this.httpClient.get
(this.ordersUrl, {'year': year})` - `return this.httpClient.get
(this.ordersUrl, year)` - [x]
- [ ]
Answer: The correct answer of the above question is Option C:[x]