Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Suren Navasardyan authored Apr 3, 2018
1 parent 15efaf4 commit 0277170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare module "@angular/router" {
private _sendingData: any;

public navigateByData( data: ReflectRouter.NavigatedData ) : Promise<boolean>;
public getNavigatedData(): any;
public getNavigatedData() : any;
}
}

Expand Down

0 comments on commit 0277170

Please sign in to comment.