mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added missing properties to Instruction interface in angular-component-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