angular-ssr-course icon indicating copy to clipboard operation
angular-ssr-course copied to clipboard

client/server folder structure

Open hightechtony opened this issue 5 years ago • 0 comments

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?

hightechtony avatar Jun 16 '20 01:06 hightechtony