From 7f3e3a8c4573f2d32e911a29b39413c0113438f1 Mon Sep 17 00:00:00 2001 From: Keen Yee Liau Date: Thu, 21 Feb 2019 14:34:32 -0800 Subject: [PATCH] docs(bazel): Use CLI 8 for Bazel schematics (#28908) CLI 8 (beta) is needed so that the projects pull in Angular version 8. It will no longer build Angular from source. PR Close #28908 --- packages/bazel/src/schematics/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/bazel/src/schematics/README.md b/packages/bazel/src/schematics/README.md index 02099c9620..30d3153288 100644 --- a/packages/bazel/src/schematics/README.md +++ b/packages/bazel/src/schematics/README.md @@ -12,9 +12,9 @@ GitHub and ping [@mgechev](https://github.com/mgechev) or To create a new Angular project that builds with Bazel + CLI, the following packages have to be installed. -Package | Minimum Version ---------|---------------- -@angular/cli | v7.3.x + Package | Minimum Version +---------------|---------------- +@angular/cli | v8.0.x @angular/bazel | v8.0.x The `@angular/bazel` package contains schematics to generate necessary Bazel @@ -24,7 +24,7 @@ If the packages are not on your system yet, install them with the following commands: ``` -yarn global add @angular/cli@latest @angular/bazel@next +yarn global add @angular/cli@next @angular/bazel@next ``` It is very *important* to meet the minimum version requirement of `@angular/cli`