Provide a service by supplying the instance directly.

1.2.0

interface ValueProvider<T> {
    useValue: T;
}

Type Parameters

  • T

Properties

Properties

useValue: T