mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3e46a426c4
This commit adds 2 integration apps to verify the `bootstrapApplication` API behavior as well as keep track of the bundle size and retained symbols (tree-shaking). PR Close #45674
8 lines
174 B
Python
8 lines
174 B
Python
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
track_payload_size = "standalone-bootstrap",
|
|
)
|