You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our components will be generated as default export like export default class DBButton {.
Somehow JetBrain IDE's won't recognize them as standalone in this case...
We fix this for now, by removing the default. But this is a bigger issue inside JetBrain IDE's.
Which generators are impacted?
Reproduction case
Install
npm install @db-ui/ngx-components
and follow the default setup.There will be an error in Intellij IDEs that the components couldn't be found.
But the same is working for VSCode.
It's also an issue in elements
Expected Behaviour
Components can be used in Intellij IDEs without any Problem.
Screenshots
Browser version
None
Add any other context about the problem here.
The problem occurs since we've delivered
standalone
components.Material is still providing a
NgModule
, we need to check if this could be the issue here.The text was updated successfully, but these errors were encountered: