added missing properties to Instruction interface in angular-component-router

This commit is contained in:
David Reher
2016-01-15 22:38:55 +01:00
parent 70bf7e2bfe
commit a71a912ada
+3
View File
@@ -36,6 +36,9 @@ declare module angular {
* ```
*/
interface Instruction {
component: ComponentInstruction;
child: Instruction;
auxInstruction: {[key: string]: Instruction} = {};
urlPath(): string;