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.1 (2021-11-11)
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------- |
| 71516ece | fix | correctly handle lazy loaded routes in Clover |
@nguniversal/express-engine
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------------- |
| fee929e2 | fix | initialNavigation should be 'enabledBlocking' |
Special Thanks
Alan Agius, Doug Parker and Mike Huang
<a name="13.1.0-next.0"></a>