UNPKG

angular-shop-components

Version:

An angular 5.0+ set of reusable components and services for starting an online shop!

8 lines (7 loc) 499 B
import { ModuleWithProviders, InjectionToken } from '@angular/core'; import { ConfirmationPopoverOptions, ConfirmationPopoverOptionsInterface } from './confirmation-popover-options.provider'; export declare const USER_OPTIONS: InjectionToken<string>; export declare function optionsFactory(userOptions: ConfirmationPopoverOptions): ConfirmationPopoverOptions; export declare class ConfirmationPopoverModule { static forRoot(options?: ConfirmationPopoverOptionsInterface): ModuleWithProviders; }