#SSR from v16 to v17

10 messages · Page 1 of 1 (latest)

uneven thistle
#

I have a project that has angular universal v16 and it seems v17 has dropped the universal.

What would be the easiest way to migrate to the ssr package?

Uninstall the universal package and add ssr? not sure how it goes

quartz otter
#

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.

uneven thistle
#

Are you saying I should create a new app and then migrate all of my code there?

quartz otter
#

no, just create to see how it is configured and adopt some changes.

uneven thistle
#

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

analog jasper
coral cobalt
#

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.

uneven thistle
#

I used ng update and didn't work for me