SyntaxFix
Write A Post
Hire A Developer
Questions
If you have an object that can be converted to {key: 'stringValue'} pairs, you can use this shortcut to convert it:
{key: 'stringValue'}
this._Http.get(myUrlString, {params: {...myParamsObject}});
I just love the spread syntax!