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