Pascal Weyrich

Results 5 comments of Pascal Weyrich

You can workaround this by using a transparent backdrop and close the overlay when it is clicked. ``` [cdkConnectedOverlayHasBackdrop]="true" cdkConnectedOverlayBackdropClass="cdk-overlay-transparent-backdrop" (backdropClick)="isOpen = false" ``` This prevents the click event to...

Hey @JamesHenry thanks for your response! I am working on the same project as @JanHeinemeyer88. Yes indeed, there's another package.json nested in dist, but it's not an exact copy but...

@JamesHenry All the libraries are setup that way and their dist directories are not ignored by git. In all cases the workspaces config points to the respective dist. But we...

This is a brief summary of our workspace setup and directory structure: ``` projects |_ library-A |_ dist |_ src package.json |_ library-B |_ dist |_ src package.json |_ library-C...

Thanks for your efforts on this! 👍 We'll retry soon with this new version.