keycloak-aplcache

Details

diff --git a/examples/demo-template/angular2-product-app/src/main/webapp/app/keycloak.http.ts b/examples/demo-template/angular2-product-app/src/main/webapp/app/keycloak.http.ts
index c1ef439..84e09b1 100644
--- a/examples/demo-template/angular2-product-app/src/main/webapp/app/keycloak.http.ts
+++ b/examples/demo-template/angular2-product-app/src/main/webapp/app/keycloak.http.ts
@@ -2,7 +2,7 @@ import {Injectable} from "@angular/core";
 import {Http, Request, ConnectionBackend, RequestOptions, RequestOptionsArgs, Response} from "@angular/http";
 
 import {KeycloakService} from "./keycloak.service";
-import {Observable} from 'rxjs/Observable';
+import {Observable} from 'rxjs/Rx';
 
 /**
  * This provides a wrapper over the ng2 Http class that insures tokens are refreshed on each request.
@@ -107,4 +107,4 @@ export class KeycloakHttp extends Http {
     options(url: string, options?: RequestOptionsArgs): Observable<Response> {
         return this.configureRequest(super.options, url, options);
     }
-}
\ No newline at end of file
+}