How to add the express application generated by Angular Universal in an existing node project
问题 My situation is as follows: I have a node server with express that serves me on the one hand several angular applications and on the other hand responds to requests from the api. Each of them is configured for a route and finally everything is listening from a single port. Now I am preparing a new angular application with Angular Universal. Following the steps of the official angular guide to implement Universal with express, genre a server.ts file. This file will be responsible for rendering