5 lines
7.7 KiB
JSON
5 lines
7.7 KiB
JSON
{
|
|
"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>\n<a id=\"updating\"></a>\n<h2 id=\"updating-your-environment-and-apps\">Updating your environment and apps<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#updating-your-environment-and-apps\"><i class=\"material-icons\">link</i></a></h2>\n<p>To make updating easy, we provide complete instructions in the interactive <a href=\"https://update.angular.io/\" title=\"Angular Update Guide\">Angular Update Guide</a>.</p>\n<p>The Angular Update Guide provides customized update instructions, based on the current and target versions that you specify. It includes basic and advanced update paths, to match the complexity of your applications. It also includes troubleshooting information and any recommended manual changes to help you get the most out of the new release.</p>\n<p>For simple updates, the CLI command <a href=\"cli/update\"><code>ng update</code></a> is all you need. Without additional arguments, <a href=\"cli/update\"><code>ng update</code></a> lists the updates that are available to you and provides recommended steps to update your application to the most current version.</p>\n<p><a href=\"guide/releases#versioning\" title=\"Angular Release Practices, Versioning\">Angular Versioning and Releases</a> describes the level of change that you can expect based a release's version number. It also describes supported update paths.</p>\n<a id=\"resources\"></a>\n<h2 id=\"resource-summary\">Resource summary<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"guide/updating#resource-summary\"><i class=\"material-icons\">link</i></a></h2>\n<ul>\n<li>\n<p>Release announcements: <a href=\"https://blog.angular.io/tagged/release%20notes\" title=\"Angular blog announcements about recent releases\">Angular blog - release announcements</a></p>\n</li>\n<li>\n<p>Release announcements (older): <a href=\"https://blog.angularjs.org/search?q=available&by-date=true\" title=\"Angular blog announcements about releases prior to August 2017\">Angular blog - announcements about releases prior to August 2017</a></p>\n</li>\n<li>\n<p>Release details: <a href=\"https://github.com/angular/angular/blob/master/CHANGELOG.md\" title=\"Angular change log\">Angular change log</a></p>\n</li>\n<li>\n<p>Update instructions: <a href=\"https://update.angular.io/\" title=\"Angular Update Guide\">Angular Update Guide</a></p>\n</li>\n<li>\n<p>Update command reference: <a href=\"cli/update\">Angular CLI <code>ng update</code> command reference</a></p>\n</li>\n<li>\n<p>Versioning, release, support, and deprecation practices: <a href=\"guide/releases\" title=\"Angular versioning and releases\">Angular versioning and releases</a></p>\n</li>\n</ul>\n\n \n</div>\n\n<!-- links to this doc:\n - guide/lazy-loading-ngmodules\n - guide/releases\n-->\n<!-- links from this doc:\n - cli/update\n - guide/releases\n - guide/releases#versioning\n - guide/updating#checking-your-version-of-angular\n - guide/updating#finding-the-current-version-of-angular\n - guide/updating#getting-notified-of-new-releases\n - guide/updating#keeping-your-angular-projects-up-to-date\n - guide/updating#learning-about-new-features\n - guide/updating#resource-summary\n - guide/updating#updating-your-environment-and-apps\n - guide/upgrade\n - https://angular.io/docs\n - https://blog.angular.io\n - https://blog.angular.io/tagged/release%20notes\n - https://blog.angularjs.org/search?q=available&by-date=true\n - https://github.com/angular/angular/blob/master/CHANGELOG.md\n - https://github.com/angular/angular/edit/master/aio/content/guide/updating.md?message=docs%3A%20describe%20your%20change...\n - https://twitter.com/angular\n - https://update.angular.io/\n-->"
|
|
} |