February 7, 2018
Angular Universal Handle 404 and Set Status Codes
When working with Angular Universal we can implement a full-fledged server. Of course, this does not only include for example to display a 404 page for incorrect urls but also setting the correct status code. So that for example search engines and crawlers in general can process the result correctly. Angular itself allows us to […]
READ MORE