python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Angular Universal Deployment to IIS server giving error
I have an angular universal project. After the production build dist folder was generated successfully. After putting the content in the server root folder it's displaying the following error -
iisnod...

Jishan
Votes: 0
Answers: 1
Angular + Node + Universal remove # with working refresh
I am using Angular 13 + Angular Universal + Node.js.
I have deployed app on server, but I have big problem with removing # from URL.
I have built app using
npm run build:ssr
And I am serving it using...

J4mJeMax
Votes: 0
Answers: 2
Angular Universal SSR (only for pages after login) - TypeError: measurer.getBoundingClientRect is not a function
I have applied Angular Universal in my application. It works fine. But when I reload (by browser reload) for some pages ONLY AFTER LOGIN it shows error
ERROR Error: Uncaught (in promise): TypeError: m...
ganesh
Votes: 0
Answers: 0
Express, Angular, Universal and how to get the base url using injection
How do I get the port number from express into Angular Universal, but still make the front end usable. (Angular 13)
So the basics of the setup. I have Angular Universal (the heros tutorial) loaded.
In...
Dysfunctional Coder
Votes: 0
Answers: 1