Alex Malkevich
Alex Malkevich
This is super strange. Could it be because you are upgrading from older version of Angular as well? If so I would recommend trying to delete package lock file (either...
This should no longer be an issue with latest Angular and Ivy builds. I'm closing this issue as it's outdated. If you want to reopen the discussion please feel free...
Hi @ajafff, thanks for reporting this. I am well aware of it and in fact already started a work in progress to address context issue in a [branch](https://github.com/gund/ng-dynamic-component/tree/feat-output-context) https://github.com/gund/ng-dynamic-component/blob/8d4459314d29d9c530e030db97f007e5c79c3fe3/projects/ng-dynamic-component/src/lib/io/io.service.ts#L344-L346 Basically...
Also I did not know that you can use `this` in Angular template and it will actually work, so maybe I can add an option to provide context straight from...
This is the reason I do not want to built it in the lib - because if this implementation detail changes at any point (even between minor updates) it will...
Since version [v10.4.0](https://github.com/gund/ng-dynamic-component/releases/tag/v10.4.0) it's now possible to set the context for output handlers. I'm closing this issue as it's outdated. If you want to reopen the discussion please feel free...
Hey, thanks for reporting the issue! To be honest - I'm not the author of this plugin's code and neither spent any significant time to understand it yet. As stated...
I can partially agree - when you reference/re-export your own deprecated code then yes you might want to remove those from checks as you control this piece of code. But...
This issues might be partially fixed by #6 so you might give it a shot in new release.
We just released an updated with latest deps in v1.3.1 maybe you can try it out and see if this is still an issue?