diff --git a/angularjs/angular-component-router.d.ts b/angularjs/angular-component-router.d.ts index da93596ca..3b6e2b726 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;