Decorator to inject an observable dependency into a class property. Automatically registers the property as an observable field.
Optional
Optional identifier for the service to inject. Defaults to the property name.
Array of fields to observe. Defaults to ['__internalState'].
['__internalState']
Decorator to inject an observable dependency into a class property. Automatically registers the property as an observable field.