Search code examples
angularjsversionabbreviation

What does rc mean in angular versions


There are a lot of angular versions here. beta means still incomplete and not to use for production.

but what is the meaning of rc. https://code.angularjs.org/


Solution

  • rc is release candidate. This means no new feature will be introduced just a bugfix releases before final release.