File

libs/core/dynamic-form/src/services/value-provider/value-provider.service.ts

Description

An implementation of the DfValueProviderService can be used by the dynamic form component to dynamically retrieve a value

Index

Methods

Methods

Public Abstract getValue
getValue(from)
Parameters :
Name Optional
from No
Returns : Observable<>
import { Observable } from 'rxjs';

/**
 * An implementation of the DfValueProviderService can be used by the dynamic form component
 * to dynamically retrieve a value
 */
export abstract class DfValueProviderService {
  public abstract getValue(from: unknown): Observable<unknown>;
}

results matching ""

    No results matching ""