Closed eesdil closed 8 years ago
Probably because we forgot to add @Input and @Output to the library's exports :(
We are going to publish a new release soon!
But I have added to my index:
exports.Input = _decoratorsInputOutput.Input;
exports.Output = _decoratorsInputOutput.Output;
And for Input I had error message when I didnt have it there... Also it is working fine if I add the attributes to the "outputs:[]" and using next with the property
Hmm ok. I'll take a look.
Try this instead to trigger the event
back() {
this.click.next()
}
Sorry for the very late response.
Is this still broken for you?
I'm gonna close this because it's working just fine for me and I don't see any special use-case here. Please reopen if you still have problems.
Not sure it is connected to any open issues as I didnt see similar. The binding is working with ouputs: [''] binding but not with @Output
This is working, but if I change it to @Ouput it stops working. Using the npm version of ngForward