@angular/material hard dep?
iCrawl opened this issue · 2 comments
iCrawl commented
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
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.
NetanelBasal commented
It's legacy code. Do you want to create a PR and remove it?
NetanelBasal commented
Never mind, I'm on it.