• Creates an observer that watches psuh, pop, shift and unshift opperations on the target array, when ever a change is detected it fires the change event triggers

    Type Parameters

    • T

    Parameters

    • obj: T[]

    Returns ObservableArray<T>