From 52c4976fcf4ee255a3af68ff9778e4f5c4f84bd4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Aug 2020 16:07:53 +0200 Subject: Use ng select for multiselect --- client/src/app/shared/shared-forms/select/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 client/src/app/shared/shared-forms/select/index.ts (limited to 'client/src/app/shared/shared-forms/select/index.ts') diff --git a/client/src/app/shared/shared-forms/select/index.ts b/client/src/app/shared/shared-forms/select/index.ts new file mode 100644 index 000000000..33459b23b --- /dev/null +++ b/client/src/app/shared/shared-forms/select/index.ts @@ -0,0 +1,4 @@ +export * from './select-channel.component' +export * from './select-options.component' +export * from './select-tags.component' +export * from './select-checkbox.component' -- cgit v1.2.3