@one-paragon/angular-utilities 2.3.13 → 2.3.14
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.
package/index.d.ts
CHANGED
|
@@ -1578,7 +1578,7 @@ declare class TableContainerComponent<T = any> {
|
|
|
1578
1578
|
}
|
|
1579
1579
|
|
|
1580
1580
|
declare class SpaceCasePipe implements PipeTransform {
|
|
1581
|
-
spaceCase:
|
|
1581
|
+
spaceCase: (arg: string) => string;
|
|
1582
1582
|
transform: (value: string) => string;
|
|
1583
1583
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
|
|
1584
1584
|
static ɵpipe: _angular_core.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;
|