ngAfterChanges method

  1. @override
void ngAfterChanges()

Implementation

@override
void ngAfterChanges() {
  _syncActionOptions();
  _changeDetectorRef.markForCheck();
}