angular-cn/integration/cli-hello-world-lazy-rollup
Igor Minar ea37e82e69 build: consolidate @angular-devkit/build-angular to the root package.json (#34002)
This allows us to update the version of the package in a single place for all tests.

Notable exemption of this is aio which currently doesn't depend on anything installed in the root.

PR Close #34002
2019-12-02 10:49:12 -08: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.json build: consolidate @angular-devkit/build-angular to the root package.json (#34002) 2019-12-02 10:49:12 -08: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 build: consolidate @angular-devkit/build-angular to the root package.json (#34002) 2019-12-02 10:49:12 -08: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.