From 0bf810022a80ba1cbcff8aa471063a6f1352abbe Mon Sep 17 00:00:00 2001 From: Schlemmer Date: Tue, 18 Jun 2019 11:37:07 +0200 Subject: [PATCH] docs: add core and cli version alignment note (#30976) docs: add core and cli version alignment note PR Close #30976 --- aio/content/guide/releases.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/guide/releases.md b/aio/content/guide/releases.md index 113a74ea8b..cb7045445e 100644 --- a/aio/content/guide/releases.md +++ b/aio/content/guide/releases.md @@ -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. +
+ +**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. + +
{@a updating} ### Supported update paths