Skip to content

Commit

Permalink
Added app-route activated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed May 5, 2017
1 parent eead508 commit 098490f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WebComponents/AppRoute/app-route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ namespace Vidyano.WebComponents {
new (): IAppRouteComponentConstructor;
}

export interface IAppRouteActivatedArgs {
route: Vidyano.WebComponents.AppRoute;
parameters: { [key: string]: string };
}

@WebComponent.register({
properties: {
route: {
Expand Down

0 comments on commit 098490f

Please sign in to comment.