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