angular-ssr-course
angular-ssr-course copied to clipboard
client/server folder structure
Hi Lukas I've been a reader of your articles since back in the pre-comment section days:-) Have you ever experimented with implementing a client/server folder structure (like you have in your file-upload example) with Angular Universal? I've got ssr running (amazingly in 5 mins) with "npx ng add @nguniversal/express-engine --clientProject angular-exp", but end up with the server.ts file in the client structure. I was trying to have a single server file for my API and ssr, in an outter server folder but not sure if it's possible e.g. Any thoughts on this?