• Creates an observer that watches all properties in the target objects, when ever a change is detected it fires the change event triggers

    Type Parameters

    • T extends object

    Parameters

    • obj: T

    Returns Observable<T>