mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
#2211: Add IUrlRouter interface for
This commit is contained in:
Vendored
+4
@@ -91,4 +91,8 @@ declare module ng.ui {
|
||||
interface IStateParamsService {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface IUrlRouter {
|
||||
sync(): void;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user