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:
Schlemmer 2019-06-18 11:37:07 +02:00 committed by Andrew Kushnir
parent bc04d18420
commit 0bf810022a
1 changed files with 5 additions and 0 deletions

View File

@ -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