84dd2679a9
This commit makes the static flag on @ViewChild and @ContentChild required. BREAKING CHANGE: In Angular version 8, it's required that all @ViewChild and @ContentChild queries have a 'static' flag specifying whether the query is 'static' or 'dynamic'. The compiler previously sorted queries automatically, but in 8.0 developers are required to explicitly specify which behavior is wanted. This is a temporary requirement as part of a migration; see https://angular.io/guide/static-query-migration for more details. @ViewChildren and @ContentChildren queries are always dynamic, and so are unaffected. PR Close #30639 |
||
---|---|---|
.. | ||
aot_ngsummary_test | ||
operators | ||
utils | ||
BUILD.bazel | ||
apply_redirects.spec.ts | ||
bootstrap.spec.ts | ||
config.spec.ts | ||
create_router_state.spec.ts | ||
create_url_tree.spec.ts | ||
helpers.ts | ||
integration.spec.ts | ||
recognize.spec.ts | ||
regression_integration.spec.ts | ||
router.spec.ts | ||
router_preloader.spec.ts | ||
router_scroller.spec.ts | ||
router_state.spec.ts | ||
shared.spec.ts | ||
spy_ng_module_factory_loader.spec.ts | ||
url_serializer.spec.ts | ||
url_tree.spec.ts |