change detection of variables declared in the extended class in angular 14 applicaiton
I’m looking for the best approach to detect changes in properties declared in extended classes in Angular. These changes are not detected by ngOnChanges because they’re not inputs.