@abp/ng.schematics
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -38,3 +38,3 @@ "use strict"; | ||
case enums_1.eBindingSourceId.Path: | ||
const regex = new RegExp('{' + camelName + '}', 'g'); | ||
const regex = new RegExp('{(' + camelName + '|' + name + ')}', 'g'); | ||
this.url = this.url.replace(regex, '${' + value + '}'); | ||
@@ -41,0 +41,0 @@ break; |
{ | ||
"name": "@abp/ng.schematics", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Schematics that works with ABP Backend", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
300839