@tilde-nlp/ngx-common 8.1.81 → 8.1.82
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
|
@@ -562,7 +562,7 @@ declare class SortDomainsPipe implements PipeTransform {
|
|
|
562
562
|
|
|
563
563
|
declare class ExpiresInPipe implements PipeTransform {
|
|
564
564
|
translations: Record<string, Record<string, string>>;
|
|
565
|
-
transform(value:
|
|
565
|
+
transform(value: Date, currentLangCode: string): string;
|
|
566
566
|
private pluralize;
|
|
567
567
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpiresInPipe, never>;
|
|
568
568
|
static ɵpipe: i0.ɵɵPipeDeclaration<ExpiresInPipe, "expiresIn", true>;
|