-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Schematics Core: Add ability to add providers to bootstrapApplication function #3536
Comments
Hey :) Is it something I could help you with? |
Hey @DMezhenskyi 👋 That would be great! Do you want to work on this feature? 😎 |
Also wanted to note that in Angular v16, for standalone apps there will be a It may only be for newly generated apps |
Yeah, this is exactly what I would like to suggest :) My only concern is when you plan to deliver this feature because definitely I won't be able to work full-time on it. If it is not something urgent I would be happy to implement it. @brandonroberts Thank you for the info, Brandon :) I will keep it in mind. |
It would be great if we publish this feature in the v16.0 release (~1 month), but it's not urgent. |
1 month... ok, I will try my best :) |
I think to keep the scope down we should only target using
Would modify the |
Thank you all for your reviews, feedback and for accepting my PR 🙏 I think in my free time I could also help with other packages that need the support of the |
Thanks for working on this! I fixed our issue with syncing the schematics-core across packages and updated the remaining packages except for NgRx Data to support standalone with ng add. If you would review it that would help also 🙂 |
Awesome! it was so fast :D Sure, I will be glad to review it. |
Information
Support adding providers to the bootstrapApplication function in preparation for NgRx APIs for Angular apps using standalone components for bootstrapping.
This will be added to the
ng-add
schematic for each library with a--standalone
flagBefore:
After
Describe any alternatives/workarounds you're currently using
Manual
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: