angular-cn/integration/cli-hello-world-lazy-rollup
Pete Bacon Darwin d883007cc6 build: update CLI and related dependencies (#33382)
This commit also ensures that the integration tests
are all using the top level dependencies.

Resolves https://github.com/angular/angular/pull/33314#discussion_r338381134

PR Close #33382
2019-10-24 14:12:30 -07:00
..
e2e test: fix typo in cli e2e descriptions (#33175) 2019-10-21 15:54:06 -04:00
src test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
.editorconfig test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
.gitignore test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
README.md test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
angular.json test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
browserslist test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
check-output-for-ngdevmode.js test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
karma.conf.js test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
package-lock.json test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
package.json build: update CLI and related dependencies (#33382) 2019-10-24 14:12:30 -07:00
tsconfig.app.json test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
tsconfig.json test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
tsconfig.spec.json test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
tslint.json test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00
yarn.lock test: add integration test for lazy chunks in cli apps using experimentalRollupPass (#32957) 2019-10-21 11:27:43 -04:00

README.md

CliHelloWorldLazyRollup

This test checks bundle sizes when there is a lazy module and experimentalRollupPass is used. It also checks if the ngDevMode global variable and string references in packages/core/src/util/ng_dev_mode.ts are correctly removed.

This test contains a lazy route to ensure ngDevMode removal happens even across chunks, and a payload size check in ../_payload-limits.json to ensure extra code is not retained accidentally.