mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-23 04:47:24 +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
angularjs/angular-component-router.d.ts
vendored
3
angularjs/angular-component-router.d.ts
vendored
@@ -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