Closed mwienk closed 1 year ago
Thanks @mwienk. I've seen this issue also and still investigating a proper fix/workaround
I've had success with node versions 16.17.x
and18.13.0
FYI a PR has landed for this : angular/angular#49144
@JeanMeche awesome. Thanks for the update
This issue has been resolve with at least Node v18.13.0 and the fixes landed in Angular v15/16
Please provide the environment you discovered this bug in.
node: v16.18.0 and higher
Which area/package is the issue in?
astro-angular
Description
I'm receiving an error when I start the sample from https://analogjs.org/docs/packages/astro-angular/overview. At the moment I connect angular into the astro application, it crashes upon requesting the page through the browser.
It might be related to https://github.com/angular/angular/issues/47872, but as the fix there is implemented through @nguniversal/builders I doubt it will fix the issue for @analogjs/astro-angular.
Please provide the exception or error you saw
Other information
No response
I would be willing to submit a PR to fix this issue