@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
16 lines (15 loc) • 776 B
TypeScript
import { BehaviorSubject, Observable } from 'rxjs';
import { PageLayoutService } from './page-layout.service';
import * as i0 from "@angular/core";
export declare class PageLayoutComponent {
protected pageLayoutService: PageLayoutService;
set section(value: string);
readonly section$: BehaviorSubject<string>;
readonly templateName$: Observable<string>;
readonly layoutName$: Observable<string>;
readonly slots$: Observable<string[]>;
readonly pageFoldSlot$: Observable<string>;
constructor(pageLayoutService: PageLayoutService);
static ɵfac: i0.ɵɵFactoryDeclaration<PageLayoutComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PageLayoutComponent, "cx-page-layout", never, { "section": "section"; }, {}, never, ["*"]>;
}