Why is my Angular EventEmitter not working with TemplatePortal from Angular CDK?
I’m working on an Angular project where I’m using Angular CDK’s Overlay and TemplatePortal to display a dynamic menu. The menu should emit events when an option is selected, but the EventEmitter doesn’t seem to work as expected.
Issue with Angular CDK overlay inside another
I am using the Angular CDK overlay to show a modal drawer on my page. I am also using the Angular CDK Overlay for tooltips. It’s possible that I may have a control in my drawer with a tooltip. The drawer allows the user to close it by pressing Escape.
How to set cdkDrag boundary dynamically in typescript
Here is the thing, I wonder if we can set cdkDrag boundary in typescript?
CdkMenuTrigger doesn’t work with Angular without Zone
I am trying to convert my app to a Zoneless Angular application. Since converting the application to zoneless, some Angular CDK features don’t work as I expected.