mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Merge pull request #7658 from davidreher/angular-component-router-addons
added missing properties to Instruction interface in angular-componenent-router
This commit is contained in:
+3
@@ -36,6 +36,9 @@ declare module angular {
|
||||
* ```
|
||||
*/
|
||||
interface Instruction {
|
||||
component: ComponentInstruction;
|
||||
child: Instruction;
|
||||
auxInstruction: {[key: string]: Instruction};
|
||||
|
||||
urlPath(): string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user