ngx-loovpay
Version:
ngx-loovpay is a solution that can be integrated into Angular applications, giving developers the possibility of integrating them into merchant applications for the purpose of collecting payments.
11 lines (10 loc) • 551 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { Config } from './ngx-loovPay.interface';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-loov.component";
export declare class NgxLoovModule {
static forRoot(config: Config): ModuleWithProviders<NgxLoovModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLoovModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLoovModule, [typeof i1.NgxLoovComponent], never, [typeof i1.NgxLoovComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxLoovModule>;
}