#SSR from v16 to v17
10 messages · Page 1 of 1 (latest)
it just got merged into another package.
Create a new angular app. It will come with ssr already, so you can check all required setup.
Are you saying I should create a new app and then migrate all of my code there?
no, just create to see how it is configured and adopt some changes.
That's what i just did and had to edit a lot of stuff
wondering if there was an easier approach but oh well
its a 1 time thing
AFAIK, ng update should automatically migrate your project.
I had no problem updating, but i used the schematics (ng update) - if you use npm update, or something similar, you'll have to make manual changes.
I used ng update and didn't work for me