ngx-jenga-api
Version:
Angular wrapper for Equity's Jenga API. Still in progress
27 lines (26 loc) • 2.16 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-jenga-api.component";
import * as i2 from "./components/merchants/merchants.component";
import * as i3 from "./components/bill-payments/bill-payments.component";
import * as i4 from "./components/merchant-payments/merchant-payments.component";
import * as i5 from "./components/billers/billers.component";
import * as i6 from "@angular/common/http";
import * as i7 from "@angular/common";
import * as i8 from "@angular/material/progress-bar";
import * as i9 from "@angular/forms";
import * as i10 from "@angular/material/form-field";
import * as i11 from "@angular/material/paginator";
import * as i12 from "@angular/material/snack-bar";
import * as i13 from "@angular/material/select";
import * as i14 from "@angular/material/button";
import * as i15 from "@angular/material/table";
import * as i16 from "@angular/material/input";
import * as i17 from "@angular/material/sort";
import * as i18 from "@angular/material/card";
export declare class NgxJengaApiModule {
static forRoot(merchant_code: string, consumer_secret: string, api_key: string): ModuleWithProviders<NgxJengaApiModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxJengaApiModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxJengaApiModule, [typeof i1.NgxJengaApiComponent, typeof i2.MerchantsComponent, typeof i3.BillPaymentsComponent, typeof i4.MerchantPaymentsComponent, typeof i5.BillersComponent], [typeof i6.HttpClientModule, typeof i7.CommonModule, typeof i8.MatProgressBarModule, typeof i9.ReactiveFormsModule, typeof i10.MatFormFieldModule, typeof i11.MatPaginatorModule, typeof i12.MatSnackBarModule, typeof i13.MatSelectModule, typeof i14.MatButtonModule, typeof i15.MatTableModule, typeof i16.MatInputModule, typeof i17.MatSortModule, typeof i18.MatCardModule, typeof i9.FormsModule], [typeof i1.NgxJengaApiComponent, typeof i2.MerchantsComponent, typeof i3.BillPaymentsComponent, typeof i4.MerchantPaymentsComponent, typeof i5.BillersComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxJengaApiModule>;
}