To detach a component from Angular's change detection system, you would call the _____ method on the component's change detector.

  • detach
  • ngOnChanges
  • ngOnInit
  • onDestroy
To detach a component from Angular's change detection system, you would call the detach method on the component's change detector. This can be useful in certain optimization scenarios.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *