Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable installing specific packages #517

Open
Tallyb opened this issue Oct 16, 2024 · 2 comments
Open

Enable installing specific packages #517

Tallyb opened this issue Oct 16, 2024 · 2 comments

Comments

@Tallyb
Copy link

Tallyb commented Oct 16, 2024

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.

@eneajaho
Copy link
Collaborator

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.

cc @nartc

@Tallyb
Copy link
Author

Tallyb commented Nov 1, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants