You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now add ApplicationInsightsModule to your Angular Root `AppModule`:
33
38
@@ -86,12 +91,40 @@ Take as an example a Twitter Feed section that's connected to 3rd party Componen
86
91
87
92
More Documentation Coming soon...
88
93
94
+
---
95
+
96
+
# TransferHttpCacheModule Setup
97
+
98
+
In order to prevent UI flickers with Angular Universal we want to make sure we're caching Http responses and re-using them during the client-side render. This Module helps not only Cache `GET` requests, but `POST` requests as well.
99
+
100
+
```ts
101
+
// Import the Application Insights module and the service provider
Now add ApplicationInsightsModule to your Angular Root `AppModule`:
33
38
@@ -86,12 +91,40 @@ Take as an example a Twitter Feed section that's connected to 3rd party Componen
86
91
87
92
More Documentation Coming soon...
88
93
94
+
---
95
+
96
+
# TransferHttpCacheModule Setup
97
+
98
+
In order to prevent UI flickers with Angular Universal we want to make sure we're caching Http responses and re-using them during the client-side render. This Module helps not only Cache `GET` requests, but `POST` requests as well.
99
+
100
+
```ts
101
+
// Import the Application Insights module and the service provider
0 commit comments