adding azure table client module
This commit is contained in:
@@ -4,16 +4,16 @@ import { TableOptions } from './az-table.interface';
|
||||
import { TABLE_OPTIONS } from './az-table.constants';
|
||||
|
||||
@Module({})
|
||||
export class TablesModule {
|
||||
export class TableModule {
|
||||
static register(options: TableOptions): DynamicModule {
|
||||
return {
|
||||
module: TablesModule,
|
||||
module: TableModule,
|
||||
providers: [
|
||||
{
|
||||
provide: TABLE_OPTIONS,
|
||||
useValue: options
|
||||
},
|
||||
TablesModule
|
||||
TableModule
|
||||
],
|
||||
exports: [TableService]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@noahspan/noahspan-modules",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.7",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"license": "UNLICENSED",
|
||||
|
||||
Reference in New Issue
Block a user