Comparing version 0.1.0 to 0.1.2
@@ -48,3 +48,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var http_1 = require("@angular/common/http"); | ||
var http_service_1 = require("./http.service"); | ||
@@ -77,3 +76,3 @@ var JwtHttpService = (function (_super) { | ||
JwtHttpService.prototype.processOptions = function (options) { | ||
options.headers = options.headers || new http_1.HttpHeaders(); | ||
options.headers = options.headers || {}; | ||
if (this.authStorageService.isAuthenticated()) { | ||
@@ -80,0 +79,0 @@ options.headers['Authorization'] = 'Bearer ' + this.authStorageService.getCurrentJwtToken(); |
{ | ||
"name": "innong", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"description": "Angular ecom rnd lib", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29618
574