diff --git a/angularjs/angular-component-router.d.ts b/angularjs/angular-component-router.d.ts index da93596ca0..228db1e017 100644 --- a/angularjs/angular-component-router.d.ts +++ b/angularjs/angular-component-router.d.ts @@ -36,6 +36,9 @@ declare module angular { * ``` */ interface Instruction { + component: ComponentInstruction; + child: Instruction; + auxInstruction: {[key: string]: Instruction}; urlPath(): string;