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.2 (2023-05-17)
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------- |
| 90d6939a | fix | correctly handle multiple lazy CSS files |
<!-- CHANGELOG SPLIT MARKER -->
<a name="16.0.1"></a>