GitHub

provideDaffMagentoCacheableOperation

import { provideDaffMagentoCacheableOperation } from '@daffodil/driver/magento'

Adds an operation name to the list of cacheable Magento operations. Use only with Angular 9+.

function provideDaffMagentoCacheableOperation(operationName: string): { provide: InjectionToken<string[]>; useValue: string; multi: boolean; }