Need exportAs
in NgxPopperjsDirective to export directive so that it can be used like template reference in template.
#15
Labels
This was already provided in Mr Frankel's ngx-popper repo.
Reference: https://github.com/MrFrankel/ngx-popper/blob/master/src/popper-directive.ts#L17-L19
How it helps/ Where is usage:
Here i am getting the directive reference using
#popperRef="popper"
and passing same to the mycustomDir
, which has custom functionality around popper.Can we add same in NgxPopperjsDirective? That would be really helpful. I know the other workaround but if we use
exportAs
it will keep code simple and will reduce the lines of code needed for workaround.The text was updated successfully, but these errors were encountered: