GitHub

DaffMagentoNavigationService

import { DaffMagentoNavigationService } from '@daffodil/navigation/driver/magento'

@Injectable()
class DaffMagentoNavigationService implements DaffNavigationServiceInterface<DaffNavigationTree> {
  getTree(): Observable<DaffNavigationTree>
  get(categoryId: string): Observable<DaffNavigationTree>
}

() Methods

getTree
Observable<DaffNavigationTree>

Requests the entire top-level navigation tree.

get
Observable<DaffNavigationTree>

Requests a specific navigation item by ID.

Parameters
ParametercategoryId: string
Description