Get the Newsletter

observable

A Function

observable(targetOrConfig?: Object, key?: any, descriptor?: any): any

Decorator: Specifies that a property is observable.

Parameters

targetOrConfig?: Object
The name of the property, or a configuration object.
key?: any
descriptor?: any