You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: