From 264ef7280084566f39d0202cfb74da715835f20f Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 30 Jan 2019 14:02:53 +0000 Subject: [PATCH] build: update render3 section of integration test readme (#28372) PR Close #28372 --- integration/README.md | 7 +------ integration/cli-hello-world-ivy-minimal/README.md | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/integration/README.md b/integration/README.md index ffe0bdfa6b..5de2089c14 100644 --- a/integration/README.md +++ b/integration/README.md @@ -20,12 +20,7 @@ $ yarn ng update @angular/cli @angular-devkit/build-angular ## Render3 tests -The directory `hello_world_cli` 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 directory `cli-hello-world-ivy-compat` contains a test for render3 used with the angular cli. 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. diff --git a/integration/cli-hello-world-ivy-minimal/README.md b/integration/cli-hello-world-ivy-minimal/README.md index 85900831eb..b89f9e7dae 100644 --- a/integration/cli-hello-world-ivy-minimal/README.md +++ b/integration/cli-hello-world-ivy-minimal/README.md @@ -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.