From 0cfb2edd837eddef61c3c65a359e0fa7a1fc8d56 Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 11 Aug 2024 19:45:35 -0500 Subject: [PATCH] adding azure table client module --- libs/modules/src/azTable/az-table.module.ts | 2 +- libs/modules/src/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/modules/src/azTable/az-table.module.ts b/libs/modules/src/azTable/az-table.module.ts index a9e806a..774f227 100644 --- a/libs/modules/src/azTable/az-table.module.ts +++ b/libs/modules/src/azTable/az-table.module.ts @@ -13,7 +13,7 @@ export class TableModule { provide: TABLE_OPTIONS, useValue: options }, - TableModule + TableService ], exports: [TableService] } diff --git a/libs/modules/src/index.ts b/libs/modules/src/index.ts index ec1bfd7..3222471 100644 --- a/libs/modules/src/index.ts +++ b/libs/modules/src/index.ts @@ -7,6 +7,7 @@ export * from './azAppConfig/az-app-config.service'; export * from './azTable/az-table.module'; export * from './azTable/az-table.service'; +export { TableClient } from '@azure/data-tables'; // Auth