Class ValueChangeObserver<T>
Constructors
Methods
destroy
- destroy(): void
Returns void
emit
- emit(propertyKey: keyof T, newValue: any, oldValue?: any): void
Parameters
- propertyKey: keyof T
- newValue: any
Optional
oldValue: any
Returns void
hasSubscribers
- hasSubscribers(): boolean
Returns boolean
- hasSubscribers(propertyKey: keyof T): boolean
Returns boolean
clear subscription maps