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 ?
For further actions, you may consider blocking this person and/or reporting abuse
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 ?
For further actions, you may consider blocking this person and/or reporting abuse
Todd H. Gardner -
Michael M. -
Victoria -
Thomas Coucke -
Top comments (6)
The Angular source code is public and accessible on GitHub. I recommend starting by reading and understanding unit tests: github.com/angular/angular
Thank you so much , will go through the same :). also where can i find the implementation of change detection in angular?
Here github.com/angular/angular/tree/ma...
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?
A good idea is to go to the first commit, and then work your way up from there
hi i need help on same as well plz let us know if anyone can help