-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
Feature: Introduce "render" function for Angular v16 projects #327
Comments
@brandonroberts is the |
If you're using standalone, you only need to add |
What about for the Astro integration? |
There is an open issue for supporting passing providers to the render/client bootstrap, which is separate from this. |
@brandonroberts if you like the template used for the nx plugin (added here) I can also add the new template to create-analog. |
Definitely looking forward to this. I'm planning on building my component library docs in Astro, but need support for Angular Animations and root services before that can happen. |
Which scope/s are relevant/related to the feature request?
create-analog
Information
To server render an Angular v16 application, the following setup is needed.
The
render
function would accept the root component and application config and return a function that is used for server rendering.It would include the following providers
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: