Open
Description
Description
I'm trying to use the Angular CDK. From my understanding Angular CDK should be completly independent as it states here:
The Component Dev Kit (CDK) is a set of behavior primitives for building UI components
The problem is not the cdkMenu
is not displayed correctly if mat.core()
from Angular Material is not included.
Reproduction
Steps to reproduce:
- Click on
Click me
button (the menu is displayed correctly below the button). - Comment
@include mat.core();
fromstyles.scss
. - Click on
Click me
button.
Expected Behavior
The menu should be displayed in the same way, under the component.
Actual Behavior
It is displayed in the left edge.
Environment
- Angular: 15
- CDK/Material: 15