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
Currently single application could be build only in JIT.
The following command fails due to double definitions on app.module and app.module-export
"ng build app1 - prod - build-optimizer - vendor-chunk - named-chunks"
My goal is to create individual (docker) applications that would dynamically be imported on core-app.
Imagine a Portal that would have all the common files (angular, polyfills ect... ) and would be able to load any application dynamically.
(still trying to find the proper way)
I read your comment about https://github.com/lmeijdam/angular-umd-dynamic-example
but I haven't make it to work
The text was updated successfully, but these errors were encountered:
Hi, Thank you for the feedback!
Unfortunately, my current workload excludes the possibility to get deeper into your issue. I hope I will be able to take a look next year... sorry.
But your idea is quite interesting
Core app should request some API for json with files to be uploaded (with urls of docker containers)
And then upload it with dynamic script tag.
Attach Angular module dynamically
Not ready to provide some proved solution at the moment
Possibly you can ask https://twitter.com/ManfredSteyer
Hi,
First of all this is a great sample.
Currently single application could be build only in JIT.
The following command fails due to double definitions on app.module and app.module-export
"ng build app1 - prod - build-optimizer - vendor-chunk - named-chunks"
My goal is to create individual (docker) applications that would dynamically be imported on core-app.
Imagine a Portal that would have all the common files (angular, polyfills ect... ) and would be able to load any application dynamically.
(still trying to find the proper way)
I read your comment about
https://github.com/lmeijdam/angular-umd-dynamic-example
but I haven't make it to work
The text was updated successfully, but these errors were encountered: