mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
7 lines
174 B
Text
7 lines
174 B
Text
load("//integration:index.bzl", "ng_integration_test")
|
|
|
|
ng_integration_test(
|
|
name = "test",
|
|
setup_chromium = True,
|
|
track_payload_size = "standalone-bootstrap",
|
|
)
|