From 76b5a24ecb80653e85177fda2215d49e4914bec9 Mon Sep 17 00:00:00 2001 From: raitis Date: Thu, 11 Nov 2021 18:01:13 +0200 Subject: [PATCH] fix: Add toolbar panel container service to exports --- projects/hslayers/src/components/toolbar/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hslayers/src/components/toolbar/public-api.ts b/projects/hslayers/src/components/toolbar/public-api.ts index 7c2266f80b..d15f88587c 100644 --- a/projects/hslayers/src/components/toolbar/public-api.ts +++ b/projects/hslayers/src/components/toolbar/public-api.ts @@ -1,3 +1,4 @@ export * from './toolbar.component'; export * from './toolbar.module'; export * from './toolbar-panel-base.component'; +export * from './toolbar-panel-container.service';