3 Commits

Author SHA1 Message Date
Alan Agius
65e5331740 fix(@schematics/angular): add missing express REQUEST and RESPONSE tokens
This commit updates the nguniversal migration to add `REQUEST` and `RESPONSE` tokens.

Closes #26110
2023-10-31 08:59:15 +01:00
Alan Agius
c07cbd5073 fix(@schematics/angular): do not add unnecessary dependency on @angular/ssr during migration
Prior to this change the Universal migration ran and added `@angular/ssr` even the workspace did not depend on `@nguniversal/` packages.

Closes #26083
2023-10-23 15:17:08 +02:00
Alan Agius
3938863b99 feat(@schematics/angular): add migration to migrate from @nguniversal to @angular/ssr
This commit adds a migration to migrate usages of `@nguniversal` to `@angular/ssr`.
2023-10-11 15:58:21 +02:00