build: update render3 section of integration test readme (#28372)
PR Close #28372
This commit is contained in:
parent
f889317f93
commit
264ef72800
|
@ -20,12 +20,7 @@ $ yarn ng update @angular/cli @angular-devkit/build-angular
|
||||||
|
|
||||||
## Render3 tests
|
## Render3 tests
|
||||||
|
|
||||||
The directory `hello_world_cli` contains a test for render3 used with the angular cli.
|
The directory `cli-hello-world-ivy-compat` contains a test for render3 used with the angular cli.
|
||||||
|
|
||||||
If the Angular CLI is modified to generate a render3 application this should be replaced with that project.
|
|
||||||
|
|
||||||
If the render3 is updated to support the Angular 5 bootstrap a version of this project should be created that
|
|
||||||
uses the Angular 5 bootstrap.
|
|
||||||
|
|
||||||
The `cli-hello-world-ivy-minimal` contains a minimal ivy app that is meant to mimic the bazel
|
The `cli-hello-world-ivy-minimal` contains a minimal ivy app that is meant to mimic the bazel
|
||||||
equivalent in `packages/core/test/bundling/hello_world`, and should be kept similar.
|
equivalent in `packages/core/test/bundling/hello_world`, and should be kept similar.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# CliHelloWorldIvy
|
# CliHelloWorldIvyMinimal
|
||||||
|
|
||||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0-rc.0.
|
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0-rc.0.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue