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.1.0 (2023-06-13)
Deprecations
StateTransferInitializerModule
, TransferHttpCacheInterceptor
and domContentLoadedFactory
have been deprecated in favor of provideClientHydration
. See: https://angular.io/api/platform-browser/provideClientHydration
| Commit | Type | Description |
| ------------------------------------------------------------------------------------------------ | -------- | ----------------------------- |
| ccc2f52f | refactor | deprecate transfer http cache |
<!-- CHANGELOG SPLIT MARKER -->
<a name="16.0.2"></a>