@one-paragon/angular-utilities 2.8.2 → 2.8.3
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/package.json
CHANGED
|
@@ -1715,7 +1715,7 @@ declare class TableContainerComponent<T = any> {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
1717
|
declare class SpaceCasePipe implements PipeTransform {
|
|
1718
|
-
spaceCase:
|
|
1718
|
+
spaceCase: typeof spaceCase;
|
|
1719
1719
|
transform: (value: string) => string;
|
|
1720
1720
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
|
|
1721
1721
|
static ɵpipe: _angular_core.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;
|