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.0 (2021-06-26)
@nguniversal/common
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ----------------------------------- |
| ecf9db17 | fix | correctly construct host string |
| 635d61ec | fix | add Window stubs to Engine (Clover) |
@nguniversal/builders
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | ------------------------------------------ |
| 89821991 | feat | spawn static server for build artifacts |
| b03a7789 | fix | make prerender work with large route lists |
@nguniversal/express-engine
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------------------- |
| a11df5a2 | fix | remove in-existing migrations reference |
| ccc0fc1b | fix | add serverTarget
for prerender |
Special Thanks:
Alan Agius, Alex Sierkov, Aristeidis Bampakos, Doug Parker, Keen Yee Liau, Suguru Inatomi and hxrxchang