UNPKG

@pactsafe/pactsafe-angular-sdk

Version:

Angular SDK for easy Clickwrap/Browsewrap implementation leveraging PactSafe's JavaScript Library

13 lines (12 loc) 666 B
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./ps-click-wrap.component"; import * as i2 from "./ps-browse-wrap.component"; import * as i3 from "@angular/common"; export * from './ps-click-wrap.component'; export * from './ps-browse-wrap.component'; export declare class PSModule { static forRoot(): ModuleWithProviders<PSModule>; static ɵmod: i0.ɵɵNgModuleDefWithMeta<PSModule, [typeof i1.PSClickWrapComponent, typeof i2.PSBrowseWrapComponent], [typeof i3.CommonModule], [typeof i1.PSClickWrapComponent, typeof i2.PSBrowseWrapComponent]>; static ɵinj: i0.ɵɵInjectorDef<PSModule>; }