UNPKG

pactsafe-angular-sdk

Version:

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

7 lines (6 loc) 217 B
import { ModuleWithProviders } from '@angular/core'; export * from './ps-click-wrap.component'; export * from './ps-browse-wrap.component'; export declare class PSModule { static forRoot(): ModuleWithProviders; }