5 lines
7.7 KiB
JSON
Raw Permalink Normal View History

{
"id": "guide/updating",
"title": "Keeping your Angular projects up-to-date",
"contents": "\n\n\n<div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/aio/content/guide/updating.md?message=docs%3A%20describe%20your%20change...\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n</div>\n\n\n<div class=\"content\">\n <h1 id=\"keeping-your-angular-projects-up-to-date\">Keeping your Angular projects up-to-date<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#keeping-your-angular-projects-up-to-date\"><i class=\"material-icons\">link</i></a></h1>\n<p>Just like Web and the entire web ecosystem, Angular is continuously improving. Angular balances continuous improvement with a strong focus on stability and making updates easy. Keeping your Angular app up-to-date enables you to take advantage of leading-edge new features, as well as optimizations and bug fixes.</p>\n<p>This document contains information and resources to help you keep your Angular apps and libraries up-to-date.</p>\n<p>For information about our versioning policy and practices—including\nsupport and deprecation practices, as well as the release schedule—see <a href=\"guide/releases\" title=\"Angular versioning and releases\">Angular versioning and releases</a>.</p>\n<div class=\"alert is-helpful\">\n<p>If you are currently using AngularJS, see <a href=\"guide/upgrade\" title=\"Upgrading from Angular JS\">Upgrading from AngularJS</a>. <em>AngularJS</em> is the name for all v1.x versions of Angular.</p>\n</div>\n<a id=\"announce\"></a>\n<h2 id=\"getting-notified-of-new-releases\">Getting notified of new releases<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#getting-notified-of-new-releases\"><i class=\"material-icons\">link</i></a></h2>\n<p>To be notified when new releases are available, follow <a href=\"https://twitter.com/angular\" title=\"@angular on Twitter\">@angular</a> on Twitter or subscribe to the <a href=\"https://blog.angular.io\" title=\"Angular blog\">Angular blog</a>.</p>\n<a id=\"learn\"></a>\n<h2 id=\"learning-about-new-features\">Learning about new features<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#learning-about-new-features\"><i class=\"material-icons\">link</i></a></h2>\n<p>What's new? What's changed? We share the most important things you need to know on the Angular blog in <a href=\"https://blog.angular.io/tagged/release%20notes\" title=\"Angular blog - release announcements\">release announcements</a>.</p>\n<p>To review a complete list of changes, organized by version, see the <a href=\"https://github.com/angular/angular/blob/master/CHANGELOG.md\" title=\"Angular change log\">Angular change log</a>.</p>\n<a id=\"checking-version-app\"></a>\n<h2 id=\"checking-your-version-of-angular\">Checking your version of Angular<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#checking-your-version-of-angular\"><i class=\"material-icons\">link</i></a></h2>\n<p>To check your app's version of Angular: From within your project directory, use the <code>ng version</code> command.</p>\n<a id=\"checking-version-angular\"></a>\n<h2 id=\"finding-the-current-version-of-angular\">Finding the current version of Angular<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#finding-the-current-version-of-angular\"><i class=\"material-icons\">link</i></a></h2>\n<p>The most recent stable released version of Angular appears in the <a href=\"https://angular.io/docs\" title=\"Angular documentation\">Angular documentation</a> at the bottom of the left side navigation. For example, <code>stable (v5.2.9)</code>.</p>\n<p>You can also find the most current version of Angular by using the CLI command <a href=\"cli/update\"><code>ng update</code></a>. By default, <a href=\"cli/update\"><code>ng update</code></a>(without additional arguments) lists the updates that are available to you.</p>
}