ngneat/hotkeys

@angular/material hard dep?

Closed this issue · 2 comments

Hey, as I was trying to just install this module and tried to use it, it seems it has a hard dep on @angular/material?

ERROR in The target entry-point "@ngneat/hotkeys" has missing dependencies:
 - @angular/material/dialog

imports: [CommonModule, MatDialogModule],

I don't really see why this is necessary (at least in the library code), the example uses it but there's no reason to have this import in the library if that is the only case.

It's legacy code. Do you want to create a PR and remove it?

Never mind, I'm on it.