aspnetcore-angular-universal icon indicating copy to clipboard operation
aspnetcore-angular-universal copied to clipboard

Support Angular 8.0

Open ElderJames opened this issue 5 years ago • 6 comments

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!

ElderJames avatar May 31 '19 13:05 ElderJames

link to original issue https://github.com/aspnet/AspNetCore/issues/10692

gerasymchuk25 avatar Jun 03 '19 08:06 gerasymchuk25

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 :(

MarkPieszak avatar Jun 07 '19 17:06 MarkPieszak

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?

rcanpahali avatar Nov 21 '19 11:11 rcanpahali

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

alexbenitez avatar Jan 09 '20 18:01 alexbenitez

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 :)

rcanpahali avatar Jan 14 '20 14:01 rcanpahali

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.

dresdor avatar Sep 18 '20 18:09 dresdor