I\'m writing an Angular component that has a property Mode(): string.
Mode(): string
I would like to be able to set this property programmatically not in response to a
ChangeDetectorRef.detectChanges() - similar to $scope.$digest() -- i.e., check only this component and its children