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
13.0.2 (2022-01-18)
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------ |
| 4f682fbd | fix | ensure CommonJS migrations can be accessed |
Special Thanks
Adam Plumer, Alan Agius and Doug Parker
<!-- CHANGELOG SPLIT MARKER -->
<a name="13.0.1"></a>