@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
17 lines (16 loc) • 857 B
TypeScript
import { OnDestroy } from '@angular/core';
import { NotificationPreference, UserInterestsService } from '@spartacus/core';
import { Observable } from 'rxjs';
import { ModalService } from '../../../../shared/components/modal/modal.service';
import * as i0 from "@angular/core";
export declare class StockNotificationDialogComponent implements OnDestroy {
private modalService;
private interestsService;
subscribeSuccess$: Observable<boolean>;
enabledPrefs: NotificationPreference[];
constructor(modalService: ModalService, interestsService: UserInterestsService);
close(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StockNotificationDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StockNotificationDialogComponent, "cx-stock-notification-dialog", never, {}, {}, never, never>;
}