import { DaffMagentoNavigationService } from '@daffodil/navigation/driver/magento'
@Injectable()
class DaffMagentoNavigationService implements DaffNavigationServiceInterface<DaffNavigationTree> {
getTree(): Observable<DaffNavigationTree>
get(categoryId: string): Observable<DaffNavigationTree>
}
Name | Type | Description |
---|---|---|
getTree | Observable<DaffNavigationTree> | Requests the entire top-level navigation tree. |
get | Observable<DaffNavigationTree> | Requests a specific navigation item by ID. |