@remult/core
Advanced tools
Comparing version 3.0.25 to 3.0.26
{ | ||
"name": "@remult/core", | ||
"schematics": "./schematics/collection.json", | ||
"version": "3.0.25", | ||
"version": "3.0.26", | ||
"description": "remult core lib", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -136,3 +136,7 @@ "use strict"; | ||
Context.prototype.getPathInUrl = function () { | ||
return window.location.pathname; | ||
if (this.req) | ||
return this.req.getBaseUrl(); | ||
if (!this.backend) | ||
return window.location.pathname; | ||
return undefined; | ||
}; | ||
@@ -139,0 +143,0 @@ Context.prototype.getOrigin = function () { |
Sorry, the diff of this file is not supported yet
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
1224152
18894