-
Notifications
You must be signed in to change notification settings - Fork 433
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
Support Angular 8.0 #728
Comments
link to original issue dotnet/aspnetcore#10692 |
Let me take a look, there was a much needed fix (that I believe) went out with 8.0 that will help us with our aspnetcore<>angular integration. I'm unfortunately out this next week but will try to take a look when I'm back!! Apologies on any delay :( |
Is there any improvement on this issue? |
Hi @MarkPieszak . Is there any plan to upgrade the starter (or create a new branch) to Angular 9 (or 8 at least) and asp.net core 3.1 (or 3.0 at least)? Any ETA if that's the case. Cheers |
Hi Alex, me and my team is also waiting for the reply from this topic. |
My team upgraded a project based on this template to 3.1 (we're still on angular 6 though) and it broke things like hot module replacement. Best bet (and what we will end up doing) is creating an angular 10 project from the VS template and port the code over. |
When I use UseSpaPrerendering method and assign the
AngularCliBuilder
to BootModuleBuilder option, it throw the timeout excepiton:But when I build the ssr bundles, remove AngularCliBuilder and run on Prerendering mode,it work!
Looking forward to your good news!
The text was updated successfully, but these errors were encountered: