5

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
  • in the "menu" of main page-->docs you can choose at bottom the version of the docs (but only has a "completed" versions: v2, v4, v5, v6, v7,v8 ,v9,stable and next) Commented Oct 29, 2020 at 8:07

1 Answer 1

5

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

enter image description here

Two: github file latest version

enter image description here

Three: github file history

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

To add to this, in your second picture at the top left, you can see a drop down box with the text Tag: 2.0.0-rc5. You should be able to filter based on what release version you want to look at in that dropdown.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.