From 8136e5cef9a90d7d7cb2827239cc34b14f0505b9 Mon Sep 17 00:00:00 2001 From: mpetrov Date: Mon, 21 Oct 2024 14:32:41 +0300 Subject: [PATCH] added key-value-not-empty.pipe export --- ui-ngx/src/app/shared/pipe/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/shared/pipe/public-api.ts b/ui-ngx/src/app/shared/pipe/public-api.ts index a24add5962..7c477f44c6 100644 --- a/ui-ngx/src/app/shared/pipe/public-api.ts +++ b/ui-ngx/src/app/shared/pipe/public-api.ts @@ -24,3 +24,4 @@ export * from './truncate.pipe'; export * from './file-size.pipe'; export * from './selectable-columns.pipe'; export * from './image.pipe'; +export * from './key-value-not-empty.pipe';