DEV Community

Bishal Chettri
Bishal Chettri

Posted on

Understanding the Angular Framework and Source Code.

Hi All, I want to understand the in depth working of angular framework and the angular source code. How can I do this and what can be a good starting point ?

Top comments (6)

Collapse
 
wassimchegham profile image
Wassim Chegham

The Angular source code is public and accessible on GitHub. I recommend starting by reading and understanding unit tests: github.com/angular/angular

Collapse
 
bishalchettri profile image
Bishal Chettri • Edited

Thank you so much , will go through the same :). also where can i find the implementation of change detection in angular?

Collapse
 
wassimchegham profile image
Wassim Chegham
Thread Thread
 
bishalchettri profile image
Bishal Chettri

Hello Thanks for the reference also do you have any idea on where does angular stores the factory function metadata that it generates during compile time which is later used for creating the DOM?

Collapse
 
siddharthshyniben profile image
Siddharth

A good idea is to go to the first commit, and then work your way up from there

Collapse
 
manavtyagi2029 profile image
ManavTyagi2029

hi i need help on same as well plz let us know if anyone can help