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
After upgrade to ng7 the external-dashboard-tile, no longer is visible when added.
Do you have an idea what the issue is?
I'd like to use the latest version of ngx-build-plus, and need the use case of loading the custom element in the same way the external-dashboard-tile is loaded in this example.
The text was updated successfully, but these errors were encountered:
Hmm.. I updated the ngx-build-plus version, and had added --extra-webpack-config to exclude angular packages.
I removed the --extra-webpack-config, and it started working again.
I'm guessing excluding packages cannot be used for external-dashboard-tile, which is loaded dynamically in this app.
Unfortunately this creates a larger external-dashboard-tile.js file, which is undesired.
After upgrade to ng7 the external-dashboard-tile, no longer is visible when added.
Do you have an idea what the issue is?
I'd like to use the latest version of ngx-build-plus, and need the use case of loading the custom element in the same way the external-dashboard-tile is loaded in this example.
The text was updated successfully, but these errors were encountered: