-
Notifications
You must be signed in to change notification settings - Fork 27.4k
docs(tutorial): add deprecation notice to v1.4.x tutorial and point to the correct branch #14675
docs(tutorial): add deprecation notice to v1.4.x tutorial and point to the correct branch #14675
Conversation
…o the correct branch - Add a deprecation notice on the 'index' page. - Hide the "Live Demo" buttons (since we don't have a live demo). - Update the GitHub diff links to point to the `pre-v1.5.0-snapshot` angular-phonecat branch. - Modify all git commangs to use the appropriate branch and tags. Related to angular#14416.
The only thing missing (except for merging this PR) is to create the (We might need better names for |
@petebacondarwin, I have assigned you, since you are the official tutorial reviewer this month 😛 |
scope.diffLo = seq ? (seq - 1): '0~1'; | ||
scope.diffHi = seq; | ||
scope.diffLo = 13 - seq; | ||
scope.diffHi = 12 - seq; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm...I made them before I created the new tags. Now that we have the tags, I should just change compare/step-
to compare/old-step-
😃
89d88e9
to
9d06681
Compare
@petebacondarwin, I made the changes. PTAL |
Renamed branch to |
…o the correct branch - Add a deprecation notice on the 'index' page. - Hide the "Live Demo" buttons (since we don't have a live demo). - Update the GitHub diff links to point to the `1.4-snapshot` angular-phonecat branch. - Modify all git commangs to use the appropriate branch and tags (e.g. `1.4-step-*`). Related to #14416. Closes #14675
Closed via 6234cda. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Docs update.
Does this PR introduce a breaking change?
No
Please check if the PR fulfills these requirements
Tests for the changes have been added (for bug fixes / features)Other information:
pre-v1.5.0-snapshot
1.4-snapshot
angular-phonecat branch.Related to #14416.