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
In versions 0.29.3 and below, @db-ui/ngx-elements-enterpriseincluded a separate package.json in dist/lib that pointed at the entry file(s), so that the following import worked (as suggested by the docs):
Now in version 0.30.0, this package.json is missing. As there's also no index.js, the import from dist/lib can not be resolved and the application build errors:
Application bundle generation failed. [4.257 seconds]
✘ [ERROR] Could not resolve "@db-ui/ngx-elements-enterprise/dist/lib"
src/app/app.module.ts:13:35:
13 │ ...UIElementsModule } from '@db-ui/ngx-elements-enterprise/dist/lib';