docs: add core and cli version alignment note (#30976)
docs: add core and cli version alignment note PR Close #30976
This commit is contained in:
parent
bc04d18420
commit
0bf810022a
|
@ -31,6 +31,11 @@ The version number is incremented based on the level of change included in the r
|
|||
|
||||
* **Patch releases** are low risk, bug fix releases. No developer assistance is expected during update.
|
||||
|
||||
<div class="alert is-helpful">
|
||||
|
||||
**Note:** As of Angular version 7, the major versions of Angular core and the CLI are aligned. This means that in order to use the CLI as you develop an Angular app, the version of `@angular/core` and the CLI need to be the same.
|
||||
|
||||
</div>
|
||||
|
||||
{@a updating}
|
||||
### Supported update paths
|
||||
|
|
Loading…
Reference in New Issue