Medium
What is the difference between ngOnInit()
and constructor()
in Angular?
Author: abdelghaniStatus: PublishedQuestion passed 383 times
Edit
2
Community Evaluations
Victor SILVESTRE
11/08/2024
Je ne comprend pas : la première réponse "le constructeur est appelé avant le lifecycle hook ngOnInit" est vrai.
En effet, le constructeur n'a pas besoin d'attendre l'initialisation des propriétés du component.
"From a chronological standpoint, the constructor is called first. Then, once all component inputs are initialized, Angular is going to call ngOnInit." --Alain Chautard expert Angular at Google
Je me trompe ?
Similar QuestionsMore questions about Angular