Skip to content

@EventEmitter Requires Type #965

@Xesued

Description

@Xesued

Not sure if this is a bug or not. I have a Component called PickList and if I don't type the EventEmitter it, I get this error:
Cannot resolve all parameters for PickList -> Failed to compile MyAppComponent

// works
constructor(@EventEmitter('changed') changer:Function){/*..*/}

// Breaks and shows the error:
constructor(@EventEmitter('changed') changer){/*..*/}

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions