Feature/3 add az table module #7

Merged
noahspannbauer merged 8 commits from feature/3-add-az-table-module into main 2024-08-11 20:51:23 -04:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 0cfb2edd83 - Show all commits

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