adding azure table client module

This commit is contained in:
2024-08-11 19:45:35 -05:00
parent 0cef71e053
commit 0cfb2edd83
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ export class TableModule {
provide: TABLE_OPTIONS,
useValue: options
},
TableModule
TableService
],
exports: [TableService]
}

View File

@@ -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