From cfc8e67cab5a5addcb92e4d687e6b84e09f4221e Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Fri, 17 Apr 2020 18:50:55 +0300 Subject: [PATCH] Add utils to public-api --- ui-ngx/src/app/core/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/core/public-api.ts b/ui-ngx/src/app/core/public-api.ts index 0d7f93c1d8..ea8b21b934 100644 --- a/ui-ngx/src/app/core/public-api.ts +++ b/ui-ngx/src/app/core/public-api.ts @@ -21,3 +21,4 @@ export * from './services/public-api'; export * from './ws/telemetry-websocket.service'; export * from './core.state'; export * from './core.module'; +export * from './utils';