@ngx-smz/core 21.1.10 → 21.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8658,7 +8658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImpor
|
|
|
8658
8658
|
// nameof<SimpleNamedEntity>('name');
|
|
8659
8659
|
const nameof = (name) => name;
|
|
8660
8660
|
// namesof<SmzRouteData, SimpleNamedEntity>('title', 'name');
|
|
8661
|
-
const namesof = (first, second) => `${first}
|
|
8661
|
+
const namesof = (first, second, separator = '.') => `${first}${separator}${second}`;
|
|
8662
8662
|
/*
|
|
8663
8663
|
Map {property_name}.id properties to {property_name}Id in Javascript objects
|
|
8664
8664
|
*/
|