QueryEncoder
class
deprecated
npm Package | @angular/http |
---|---|
Module | import { QueryEncoder } from '@angular/http'; |
Source | http/src/url_search_params.ts |
Deprecation Notes
use @angular/common/http instead
Overview
class QueryEncoder { encodeKey(k: string): string encodeValue(v: string): string }
Members
encodeKey(k: string): string
encodeValue(v: string): string
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/http/QueryEncoder