Is @angular/ssr an upgade from @nguniversal/express-engine, or are they different?
I have an application that uses "@angular/core": "^18.2.4" and a backend in docker.
IA says that angular/ssr is only for apps deployed to platforms that provide built-in Node.js environments for SSR (e.g., Firebase Hosting, Vercel, or Netlify). and if Im deploying to docker I should use @nguniversal/express-engine.
Is that correct? Isn't @angular/ssr the most updated solution?
Also: as I installed @nguniversal/express-engine, it found that the closest compatible version was @nguniversal/express-engine": "^7.0.1"? Which I checked is from 6 years ago.