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.2.1 (2022-11-03)
@nguniversal/builders
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------------- |
| 8f47c59e | fix | address method Promise.prototype.then called on incompatible receiver error |
@nguniversal/express-engine
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------- |
| eab35cff | fix | replace zone.js import |
Special Thanks
Alan Agius
<!-- CHANGELOG SPLIT MARKER -->
<a name="14.2.0"></a>