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

ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and...

Results 101 aspnetcore-angular-universal issues
Sort by recently updated
recently updated
newest added

@MarkPieszak Making this project to work with core 3.1 show warnings about obsolete spaservices and nodeservices, what seems to break this kind of solutions at future .net 5. I'm starting...

My project are consists with Web Api Core and Angular 9. I tried to found how to enable SSR in Web Api project. But i only found information about templates...

found 35 vulnerabilities (9 low, 9 moderate, 17 high) run `npm audit fix` to fix them, or `npm audit` for details C:\Users\Jakob\Desktop\trafficupdate\trafficupdate>npm audit fix npm ERR! code ELOCKVERIFY npm ERR!...

Hi, i've just found out that cache busting is not working. You need to add this row to _ViewImports.cshtml: `@addTagHelper "*, Microsoft.AspNetCore.Mvc.TagHelpers"` This will change this: `` into this: ``

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...

Hi, first off, great template! absolutely love it. Im having issues with swagger and WebEssentials.AspNetCore.ServiceWorker. cant get swagger to work after you latest commit. `fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has...

npm ERR! code ELOCKVERIFY npm ERR! Errors were found in your package-lock.json, run npm install to fix them. npm ERR! Missing: expo@~37.0.3 npm ERR! Missing: react@~16.9.0 npm ERR! Missing: react-dom@~16.9.0...

My application hosted on Azure is throwing following error frequently. After this error, the application prerendendering fails for that app instance. ` System.Net.Http.HttpRequestException: An attempt was made to access a...

I have just downloaded the latest aspnetcore-angular-universal and I am getting again this error: `(index):13779 Uncaught ReferenceError: prebootInitFn is not defined` ![image](https://user-images.githubusercontent.com/5862640/60659433-118bcd80-9e5e-11e9-804f-fd22821441e1.png)

The terminology being used might be what's confusing me. To me, "prerendering" means creating static files at compile-time and "server-side rendering" means rendering on the server at runtime anything that...