Question: What are Angular lifecycle hooks?
- loggers for tracking the health of an Angular app
- providers that can be used to track the instances of components
- built-in pipes that can be used in templates for DOM events
- 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