Question: What are Angular lifecycle hooks?

  1. loggers for tracking the health of an Angular app
  2. providers that can be used to track the instances of components
  3. built-in pipes that can be used in templates for DOM events
  4. reserved named methods for components and directives that Angular will call during set times in its execution, and can be used to tap into those lifecycle moments

Answer: The correct answer of the above question is Option D:reserved named methods for components and directives that Angular will call during set times in its execution, and can be used to tap into those lifecycle moments