GitHub

DaffNavigationFacadeInterface

import { DaffNavigationFacadeInterface } from '@daffodil/navigation/state'

interface DaffNavigationFacadeInterface<T extends DaffGenericNavigationTree<T>> {
  loading$: Observable<boolean>
  tree$: Observable<T>
  errors$: Observable<DaffStateError[]>
}