import { DaffContactFacade } from '@daffodil/contact/state'
@Injectable()
class DaffContactFacade implements DaffContactFacadeInterface {
success$: Observable<boolean> = this.store.select(selectDaffContactSuccess)
error$: Observable<DaffStateError[]> = this.store.select(selectDaffContactError)
loading$: Observable<boolean> = this.store.select(selectDaffContactLoading)
dispatch(action: Action<string>): void
}
void
Parameter | action: Action |
---|---|
Description |