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
12.1.3 (2021-10-27)
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------- |
| 6819d0c3 | fix | update critters
to version 0.0.12
|
@nguniversal/builders
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------- |
| 7adc8f9a | fix | correctly handle multiple proxies |
@nguniversal/express-engine
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------------------------------- |
| cfe47ff0 | fix | update schematic to be noPropertyAccessFromIndexSignature
compliant |
Special Thanks
Alan Agius and Doug Parker
<a name="12.1.2"></a>