Compare commits
8 Commits
switching-
...
feature/3-
| Author | SHA1 | Date | |
|---|---|---|---|
| b07b63add2 | |||
| f62c8a0c13 | |||
| 0cfb2edd83 | |||
| 0cef71e053 | |||
| db96953443 | |||
| a0a3a83cae | |||
| dbe79d5e1b | |||
| cf1da606d4 |
@@ -13,7 +13,7 @@ export class TableModule {
|
|||||||
provide: TABLE_OPTIONS,
|
provide: TABLE_OPTIONS,
|
||||||
useValue: options
|
useValue: options
|
||||||
},
|
},
|
||||||
TableModule
|
TableService
|
||||||
],
|
],
|
||||||
exports: [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.module';
|
||||||
export * from './azTable/az-table.service';
|
export * from './azTable/az-table.service';
|
||||||
|
export { TableClient } from '@azure/data-tables';
|
||||||
|
|
||||||
// Auth
|
// Auth
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user