angular-update-guide icon indicating copy to clipboard operation
angular-update-guide copied to clipboard

An interactive guide to updating the version of Angular in your apps

Results 80 angular-update-guide issues
Sort by recently updated
recently updated
newest added
trafficstars

Corrects two apparent mistakes in two recommendations for v17.

Hi, @StephenFluin ! Many thanks for this cool stuff 👏 I have one suggestion about the recommended package versions, which are defined in the `ng update` command. According to my...

Normally the upgrade guide will give you the command to run. For example: v14 -> v15 `ng update @angular/core@15 @angular/cli@15` This is missing on the upgrade to v16. Or at...

ngTemplateOutletContext "read futher" link points to incorrect position in the change log. I wonder if this the correct link https://github.com/angular/angular/blob/main/CHANGELOG.md#common-13 ? Section in https://update.angular.io/?l=3&v=15.0-16.0: > ngTemplateOutletContext has stricter type checking...

Solves https://github.com/angular/angular-update-guide/issues/243

Trying to fix [#244](https://github.com/angular/angular-update-guide/issues/244) adding the missing instructions of material ### Description The current v15 -> v16 and v16 -> v17 update guides are missing the material update ### Explanation...

It's been a few releases were ether Angular or Angular Material update scripts were missing. In the current state the Angular Material script is missing in the [Angular update guide](https://update.angular.io/?v=16.0-17.0)....

**Prerequisites:** - I have "From" set to `15.0` - I have "To" set to `16.0` - I have "I use Angular Material" ticked **Issue:** The step for upgrading material is...

Angular went through major changes in its branding and overall look, mainly on the [new docs](https://angular.dev) but also by reworking its logo It might be great for the update guide...

Hey, i am updating my angular application to 15 from 14 and using nx in it. After upgrading none of the routings are actually working inspite it is sending to...