angular-cn/packages/router/test
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
..
aot_ngsummary_test 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
operators
utils
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
apply_redirects.spec.ts
bootstrap.spec.ts refactor: move DOCUMENT imports from platform-browser to common (#29237) 2019-03-14 16:01:57 -04:00
config.spec.ts
create_router_state.spec.ts
create_url_tree.spec.ts
helpers.ts
integration.spec.ts fix(router): ensure navigations start with the current URL value incase redirect is skipped (#30344) 2019-05-15 10:14:47 -07:00
recognize.spec.ts
regression_integration.spec.ts fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
router.spec.ts
router_preloader.spec.ts
router_scroller.spec.ts
router_state.spec.ts build(bazel): fix router test failure (#29375) 2019-03-19 23:39:37 -04:00
shared.spec.ts
spy_ng_module_factory_loader.spec.ts
url_serializer.spec.ts
url_tree.spec.ts