Skip to content

Commit

Permalink
fix(playground): update HostListener type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Apr 24, 2016
1 parent c51e92b commit 5d44b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/ng-metadata.legacy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ declare module ngMetadataCore{
export function Parent(): ParameterDecorator;
export function Self(): ParameterDecorator;
export function SkipSelf(): ParameterDecorator;
export function HostListener(eventName:string): MethodDecorator;
export function HostListener(eventName: string, args?: string[]): MethodDecorator;

/**
* Factory for {@link ContentChildren}.
Expand Down

0 comments on commit 5d44b9d

Please sign in to comment.