Angular 7.x query to node express server is converted to an object array of characters
问题 I am sending a query string to a node express server. When I access the req.query property it is an array of characters instead of a normal object or the string I sent. Any Ideas? Query sent const data = await this.cspCrudService.findOne(stringQuery); service findAll(params: any): Promise<T[]> { THIS LINE BELOW WAS THE PROBLEM const query = StringUtil.toMongoQueryString(params); return this.httpClient.get<T[]>(`${this.url}${this.endpoint}/${query}`).toPromise(); } "location[$regex]=^F