UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

13 lines (12 loc) 588 B
import { PageMeta, PageMetaService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { SchemaBuilder } from '../schema.interface'; import * as i0 from "@angular/core"; export declare class BreadcrumbSchemaBuilder implements SchemaBuilder { protected pageMetaService: PageMetaService; constructor(pageMetaService: PageMetaService); build(): Observable<any>; protected collect(pageMeta: PageMeta): any; static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbSchemaBuilder, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbSchemaBuilder>; }