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
..
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-04-25 10:58:12 -07:00
2019-05-17 14:16:55 -07:00
2019-03-19 13:19:17 -04:00
2019-05-24 16:55:00 -04:00
2018-04-17 14:09:02 -07:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-02-11 17:09:24 +00:00
2019-05-20 16:42:59 -07:00
2019-05-24 16:55:00 -04:00
2018-04-17 14:09:02 -07:00
2019-05-17 14:16:55 -07:00
2019-05-15 14:12:02 -07:00
2019-05-17 14:16:55 -07:00
2018-08-10 09:14:25 -07:00
2018-11-09 10:23:17 -08:00
2018-09-25 18:48:15 -07:00
2019-04-22 16:31:04 -07:00
2019-03-29 10:47:37 -07:00
2018-08-30 13:15:47 -04:00
2019-05-20 16:42:59 -07:00
2019-03-12 10:46:03 -07:00
2019-03-19 13:19:17 -04:00
2019-05-21 09:09:35 -07:00
2019-05-24 16:55:00 -04:00
2019-05-20 16:42:59 -07:00
2019-03-29 10:29:51 -07:00
2019-05-21 09:09:35 -07:00
2018-10-08 13:43:12 -07:00
2019-01-14 10:31:23 -08:00
2019-05-15 14:24:20 -07:00
2019-01-08 17:16:45 -08:00
2019-05-17 14:16:55 -07:00
2018-10-09 17:04:19 -07:00
2019-05-21 09:09:35 -07:00
2019-03-26 12:49:46 -07:00
2019-03-19 15:47:14 -04:00
2018-10-26 12:31:49 -04:00
2019-05-17 14:16:55 -07:00
2018-04-17 14:09:02 -07:00
2019-02-11 17:09:24 +00:00
2019-05-20 16:42:59 -07:00
2019-03-11 10:52:17 -07:00
2019-05-24 16:55:00 -04:00
2019-05-24 16:55:00 -04:00
2018-10-30 16:24:13 -04:00
2019-03-08 09:33:57 -08:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-05-20 16:42:59 -07:00
2019-05-21 13:06:01 -07:00
2019-03-11 10:52:17 -07:00
2018-10-24 19:49:14 -04:00
2019-03-14 11:38:12 -04:00
2019-03-11 10:52:18 -07:00
2018-04-17 14:09:02 -07:00
2017-06-09 14:33:21 +01:00
2019-05-17 14:16:55 -07:00
2017-04-15 22:15:54 +01:00
2019-05-07 10:25:36 -07:00