
committed by
Kara Erickson

parent
5069c06906
commit
3f43dbb642
2
tools/public_api_guard/common/common.d.ts
vendored
2
tools/public_api_guard/common/common.d.ts
vendored
@ -219,7 +219,7 @@ export interface LocationChangeEvent {
|
||||
|
||||
/** @experimental */
|
||||
export interface LocationChangeListener {
|
||||
(e: LocationChangeEvent): any;
|
||||
(event: LocationChangeEvent): any;
|
||||
}
|
||||
|
||||
export declare abstract class LocationStrategy {
|
||||
|
8
tools/public_api_guard/common/http.d.ts
vendored
8
tools/public_api_guard/common/http.d.ts
vendored
@ -1695,10 +1695,10 @@ export interface HttpSentEvent {
|
||||
}
|
||||
|
||||
export declare class HttpUrlEncodingCodec implements HttpParameterCodec {
|
||||
decodeKey(k: string): string;
|
||||
decodeValue(v: string): string;
|
||||
encodeKey(k: string): string;
|
||||
encodeValue(v: string): string;
|
||||
decodeKey(key: string): string;
|
||||
decodeValue(value: string): string;
|
||||
encodeKey(key: string): string;
|
||||
encodeValue(value: string): string;
|
||||
}
|
||||
|
||||
export interface HttpUserEvent<T> {
|
||||
|
Reference in New Issue
Block a user