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
This commit is contained in:
parent
6ccf743627
commit
7f3e3a8c45
|
@ -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
|
To create a new Angular project that builds with Bazel + CLI, the following
|
||||||
packages have to be installed.
|
packages have to be installed.
|
||||||
|
|
||||||
Package | Minimum Version
|
Package | Minimum Version
|
||||||
--------|----------------
|
---------------|----------------
|
||||||
@angular/cli | v7.3.x
|
@angular/cli | v8.0.x
|
||||||
@angular/bazel | v8.0.x
|
@angular/bazel | v8.0.x
|
||||||
|
|
||||||
The `@angular/bazel` package contains schematics to generate necessary Bazel
|
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:
|
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`
|
It is very *important* to meet the minimum version requirement of `@angular/cli`
|
||||||
|
|
Loading…
Reference in New Issue