aspnetcore-angular-universal
aspnetcore-angular-universal copied to clipboard
Support Angular 8.0
When I use UseSpaPrerendering method and assign the AngularCliBuilder
to BootModuleBuilder option, it throw the timeout excepiton:
TimeoutException: The prerendering build process did not complete within the timeout period of 50 seconds. Check the log output for error information.
But when I build the ssr bundles, remove AngularCliBuilder and run on Prerendering mode,it work!
Looking forward to your good news!
link to original issue https://github.com/aspnet/AspNetCore/issues/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 :(
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 @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. We hope @MarkPieszak will reply our question soon :)
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.