Angular 2 RC 5 was released a couple of days ago, however I would like to browse docs for RC 4 version. Is this possible?
1 Answer
Angular team probably uses typescript-documentation, which means what you see on angular.io docs, is written and comitted to github with actual code in the same typescript file.
angular.io docs have a github link to that file in bottom-right. And as we all know how github works you can just browse through history of a particular document, however there is no clear seperation by version, just commit by commit seperation .
Update: You can also choose the tag (version) from top-left on github file shown in second picture. - @Scrambo (comment)
Here is the flow with screenshots,
One: angular.io docs
Two: github file latest version
Three: github file history
1 Comment
Tag: 2.0.0-rc5. You should be able to filter based on what release version you want to look at in that dropdown.

