Feature/3 add az table module (#7)

* adding azure table client module

* adding azure table client module

* adding azure table client module

* adding azure table client module

* adding azure table client module
This commit was merged in pull request #7.
This commit is contained in:
2024-08-11 19:51:23 -05:00
committed by GitHub
parent 09f398c63f
commit fcffd65d33
3 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ export class TableModule {
provide: TABLE_OPTIONS, provide: TABLE_OPTIONS,
useValue: options useValue: options
}, },
TableModule TableService
], ],
exports: [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.module';
export * from './azTable/az-table.service'; export * from './azTable/az-table.service';
export { TableClient } from '@azure/data-tables';
// Auth // Auth

View File

@@ -1,6 +1,6 @@
{ {
"name": "@noahspan/noahspan-modules", "name": "@noahspan/noahspan-modules",
"version": "0.3.8", "version": "0.3.9",
"description": "", "description": "",
"author": "", "author": "",
"license": "UNLICENSED", "license": "UNLICENSED",