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
It should be possible to install specific packages and not the whole platform. Especially since your platform is importing tons of items which may not be necessary, e.g. nx if migrations are not needed.
The text was updated successfully, but these errors were encountered:
Hi @Tallyb
The idea of ngxtension is to be a single-stop-shop, which you can install, and use whatever you need, but only the things you use will end up in the bundle.
We probably will drop some of the code for migrations because most of them are already supported inside angular itself.
Also, everything we expose, can be easily copied inside your project, without having to install the whole lib.
I understand your approach. However, as nx is one of your migrations dependencies, it can easily incur package discrepancies. How about separating the runtime and build time/migrations packages?
It should be possible to install specific packages and not the whole platform. Especially since your platform is importing tons of items which may not be necessary, e.g. nx if migrations are not needed.
The text was updated successfully, but these errors were encountered: