adding azure table client module
This commit is contained in:
@@ -13,7 +13,7 @@ export class TableModule {
|
||||
provide: TABLE_OPTIONS,
|
||||
useValue: options
|
||||
},
|
||||
TableModule
|
||||
TableService
|
||||
],
|
||||
exports: [TableService]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user