mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
Merge pull request #968 from benjaminjackman/patch-1
Update angular.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -356,7 +356,7 @@ declare module ng {
|
||||
port(): number;
|
||||
protocol(): string;
|
||||
replace(): ILocationService;
|
||||
search(): string;
|
||||
search(): any;
|
||||
search(parametersMap: any): ILocationService;
|
||||
search(parameter: string, parameterValue: any): ILocationService;
|
||||
url(): string;
|
||||
|
||||
Reference in New Issue
Block a user