angular-cn/packages/compiler-cli/integrationtest
Alex Rickabaugh 84dd2679a9 fix(core): require 'static' flag on queries in typings (#30639)
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
2019-05-24 16:55:00 -04:00
..
bazel fix(bazel): use //:tsconfig.json as the default for ng_module (#29670) 2019-04-02 15:57:11 -07:00
benchmarks refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
flat_module build: run offline_compiler_test using bazel (#28191) 2019-01-28 20:07:22 -08:00
ngtools_src build: run offline_compiler_test using bazel (#28191) 2019-01-28 20:07:22 -08:00
src fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
test build: improve compiler-cli codegen output test (#28191) 2019-01-28 20:07:22 -08:00
third_party_src build: run offline_compiler_test using bazel (#28191) 2019-01-28 20:07:22 -08:00
BUILD.bazel build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00
test.js build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00
test_helpers.js test: fix several bazel compiler-cli tests in windows (#30189) 2019-05-07 10:21:36 -07:00
tsconfig-build.json build: run offline_compiler_test using bazel (#28191) 2019-01-28 20:07:22 -08:00
tsconfig-xi18n.json build: run offline_compiler_test using bazel (#28191) 2019-01-28 20:07:22 -08:00