After upgrading my project from Angular 16 to Angular 17, I realized that Server-Side Rendering (SSR) support is not included. Is SSR support provided by Angular when migrating from 16 to 17?
Upon creating a new Angular 17 project, I noticed that it includes main.server.ts, server.ts files, and the @angular/ssr library for SSR support. However, these components were not automatically generated when I upgraded from version 16. Is there a way to generate them automatically without needing to make extensive manual changes?