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
Mike Young -
Shlomi -
Kevin Toshihiro Uehara -
Nick Taylor -
Once suspended, bishalchettri will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, bishalchettri will be able to comment and publish posts again.
Once unpublished, all posts by bishalchettri will become hidden and only accessible to themselves.
If bishalchettri is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Bishal Chettri.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag bishalchettri:
Unflagging bishalchettri will restore default visibility to their posts.
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