archive
when major is not lower than stable (#39853)
Previously, a branch would be deployed as `archive` even if it had a major version that was equal/higher than that of the stable branch (as long as it was not the RC branch - i.e. not the most recent minor branch). For example, with `11.0.x` as the stable branch and `12.0.x` as the RC branch, `11.1.x` would be deployed as archive. Theoretically, we should never find ourselves in such a situation. Typically, there will only be at most one minor branch most recent than the stable one (and that branch will be the RC branch). However, it is possible under unusual circumstances. This commit adds additional checks to guard against this problem. It also refactors the code in preparation of fixing an issue with `rc.angular.io` redirects in the presence of a ServiceWorker, which will require identifying whether there is an active RC version or not. See #39760 for more details. PR Close #39853
Angular - One framework. Mobile & desktop.
Angular is a development platform for building mobile and desktop web applications
using Typescript/JavaScript and other languages.
Contributing Guidelines
·
Submit an Issue
·
Blog
Documentation
Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.
Advanced
Development Setup
Prerequisites
- Install Node.js which includes Node Package Manager
Setting Up a Project
Install the Angular CLI globally:
npm install -g @angular/cli
Create workspace:
ng new [PROJECT NAME]
Run the application:
cd [PROJECT NAME]
ng serve
Quickstart
Ecosystem
Changelog
Learn about the latest improvements.
Upgrading
Check out our upgrade guide to find out the best way to upgrade your project.
Contributing
Contributing Guidelines
Read through our contributing guidelines to learn about our submission process, coding rules and more.
Want to Help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Code of Conduct
Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.
Community
Join the conversation and help the community.
Love Angular? Give our repo a star ⭐ ⬆️.