Isaac Mann
Isaac Mann
Can you explain the steps to reproduce this problem? My initial test worked fine.
Ah, that explains the problem. Thanks. It's on my list.
Here's a work around you can use until I figure out a better fix: ``` ```
I've never thought about that. Good question. This article has some information: https://blog.thoughtram.io/angular/2017/11/27/custom-overlays-with-angulars-cdk-part-two.html#animating-the-overlay But I don't think you can actually implement that because you don't have control over the whole...
Not really any other way. You could theoretically have a function return a function like this: ```html [visible]="isVisible(true)" ``` ```ts isVisible(oppositeDay: boolean) { return () => { if(oppositeDay) { return...
You're right, I'd need to refactor the code a bit to give you control over that. The way I'd like allow for this feature is to use a single ``...
Try 5.0.1 On Thu, May 31, 2018, 10:55 PM melodysummer wrote: > [image: image] > > > had it been uploaded? @isaacplmann > > — > You are receiving this...
npm says that version 5.0.1 is there. I'm not sure how to solve this. https://www.npmjs.com/package/ngx-contextmenu
I can't think of a way to do this. And I'm curious why you want to.
Thanks for the description. I have some ideas how you can do it. I just want to verify before giving you a solution.