diff --git a/http-interceptor.service.ts b/http-interceptor.service.ts index 03b66510..9ddce02e 100644 --- a/http-interceptor.service.ts +++ b/http-interceptor.service.ts @@ -27,6 +27,7 @@ export class HttpInterceptorService implements HttpInterceptor { const storedResponse = this.transferState.get(key, null); //console.info(key, storedResponse); if (storedResponse) { + console.log("found "+ request.url); const response = new HttpResponse({body: storedResponse, status: 200}); if (!isPlatformServer(this.platformId)) { //console.info("browser remove: ", key); @@ -35,6 +36,8 @@ export class HttpInterceptorService implements HttpInterceptor { return of(response); } else { if (isPlatformServer(this.platformId)) { + console.log("server request "+request.url) + if(request.url.startsWith('/assets') || request.url.startsWith('assets')) { return of(null); } @@ -50,6 +53,7 @@ export class HttpInterceptorService implements HttpInterceptor { this.transferState.set(key, (>event).body); })); } else { + console.log("client request not found: "+request.url); return next.handle(request); } } diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index f3a0de11..cce1938a 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -1,5 +1,5 @@ -
- + [attr.uk-sticky]="isClient ? 'end: true;' : null" [attr.offset]="graph_offset"> + + +
- -
- + + + + +
+ +
@@ -62,7 +68,7 @@
-
+
@@ -131,7 +137,7 @@
-
+
-
+
oooo
@@ -218,7 +224,7 @@
-
+
@@ -286,7 +292,7 @@ -
{{formatNumber(measure.value)}}
@@ -305,7 +311,7 @@ class="uk-margin-medium-top uk-padding uk-padding-remove-vertical">
-
+
Green
@@ -416,7 +422,7 @@
-
+
Green
@@ -996,7 +1002,7 @@