From 98cd7b001bcbb2c97a8975feaefe3a459a1c8776 Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Thu, 24 Dec 2020 16:46:58 +0300 Subject: [PATCH] make ThemeSharedTestingModule public --- npm/ng-packs/packages/theme-shared/testing/src/public-api.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 npm/ng-packs/packages/theme-shared/testing/src/public-api.ts diff --git a/npm/ng-packs/packages/theme-shared/testing/src/public-api.ts b/npm/ng-packs/packages/theme-shared/testing/src/public-api.ts new file mode 100644 index 0000000000..14355a8a28 --- /dev/null +++ b/npm/ng-packs/packages/theme-shared/testing/src/public-api.ts @@ -0,0 +1 @@ +export * from './lib/theme-shared-testing.module';