Setting Status Code and Handling 404 Pages in Angular Universal

If you use Angular Universal, you probably know that in addition to Server Side Rendering, Universal provides you with the full range of Node.js functionality on the server-side. Today we will examine… Read more

Similar

Angular Configuration on Netlify

Almost every Angular application needs some configuration to run. It may be as simple as the API URL, or information needed for authentication. And many times these values change from environment to environment. So what are the options for providing this ... (more…)

Read more »