Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/services/ObservableContextService.ts>ObservableContextService

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
class ObservableContextService
Abstract
import { ObservableContextService } from "https://deno.land/x/fathym_common@v0.0.158/src/services/ObservableContextService.ts";

Constructors

new
ObservableContextService()

Properties

protected
loader: BehaviorSubject<boolean>
protected
subject: BehaviorSubject<T>
readonly
Context: Observable<T>
readonly
Loading: Observable<boolean>

Methods

protected
abstract
defaultValue(): T
protected
loading(loading: boolean)