MockDaffNavigationFacade
A mock of the DaffNavigationFacade used to remove any interaction with the ngrx store. This mock should be imported into tests using the DaffNavigationStateTestingModule.
Properties
| Name | Type | Description |
|---|---|---|
| loading$ | BehaviorSubject<boolean> | |
| tree$ | BehaviorSubject<T> | |
| errors$ | BehaviorSubject<DaffStateError[]> |
|
| dispatch |