@remult/core
Advanced tools
Comparing version 3.0.26 to 3.0.27
{ | ||
"name": "@remult/core", | ||
"schematics": "./schematics/collection.json", | ||
"version": "3.0.26", | ||
"version": "3.0.27", | ||
"description": "remult core lib", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -138,3 +138,3 @@ "use strict"; | ||
return this.req.getBaseUrl(); | ||
if (!this.backend) | ||
if (!this.backend || typeof (window) != "undefined") | ||
return window.location.pathname; | ||
@@ -141,0 +141,0 @@ return undefined; |
Sorry, the diff of this file is not supported yet
1224222