Skip to content

Commit

Permalink
chore(playground): update metadata ambient declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Dec 25, 2015
1 parent 4f0f1db commit ae4a762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/ng-metadata.legacy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ declare module ngMetadata{
pure?: boolean;
}): ClassDecorator;

export function Optional(): ParameterDecorator;
export function Host(): ParameterDecorator;
export function Parent(): ParameterDecorator;

interface InjectableServiceConfigStatic {
_name?: string
Expand Down

0 comments on commit ae4a762

Please sign in to comment.