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
14.0.0 (2022-06-02)
Breaking Changes
@nguniversal/common
- Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
- Deprecated
@nguniversal/aspnetcore-engine
, @nguniversal/hapi-engine
and @nguniversal/socket-engine
has been removed in favor of @nguniversal/common
.
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------- |
| 46caf56c | feat | drop support for Node.js 12 |
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | -------- | ------------------------- |
| 2a84fe03 | refactor | remove deprecated engines |
express-engine
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------- |
| ccc09c12 | fix | construct req url instead of using originalUrl |
Special Thanks
Adam Plumer, Alan Agius, Conrad Magnus Kirschner, Doug Parker and Paul Gschwendtner
<!-- CHANGELOG SPLIT MARKER -->
<a name="13.1.1"></a>