Angular Universal Common Module
This is the common Angular Universal module that is common across server-side rendering app
irrespective of the rendering engine.
The package can be installed using:
npm install @nguniversal/common --save
TransferHttpCacheModule
Moved to /docs/transfer-http.md
16.0.0 (2023-05-03)
Breaking Changes
@nguniversal/common
-
Node.js v14 support has been removed
Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16. Angular v16 will continue to officially support Node.js versions v16 and v18.
@nguniversal/express-engine
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------------------- |
| 3af1451a | feat | add standalone support to ng add
|
| 1e2b9385 | feat | support rendering standalone application |
| 500f5e54 | fix | export default bootstrap in server template for standalone |
| 66021f10 | fix | update import for template server file |
@nguniversal/builders
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------------------------- |
| 0481bde7 | feat | add support for prerendering a standalone application |
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | -------- | ------------------------------------------------------ |
| 9fbdb23c | feat | add CSP support for inline styles |
| 010546e5 | feat | support rendering standalone application |
| 71c2cef8 | fix | update TransferHttpResponse requiring body and headers |
| ae96fbc4 | refactor | remove Node.js v14 support |
<!-- CHANGELOG SPLIT MARKER -->
<a name="15.2.1"></a>