Closed GipHub123 closed 1 year ago
Congratulations! You are the first user of this library :blush:
Probably the problem with BrowserModule appears only if the library is used in lazy-loaded module. Thanks for reporting it.
I've replaced BrowserModule with CommonModule and released a new version - 1.0.1
Already fixed 👍 I'm sure that there are others as well 😜
This component was exactly that I was looking for . Nice work 😃
MasSplitButtonModule contains for some reason BrowsersModule . In real application BrowsersModule is most likely already imported. If that's the case it leads to the following error.
Library uses angular ~v15 so I would update component to standalone. This way you could remove that unnecessary module.