angular/aio/content/examples/testing/src
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
..
app fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
testing docs: update testing doc example style for HostListener (#26372) 2019-01-14 17:04:46 -08:00
expected.ts build(aio): migrate plunker to stackblitz (#20165) 2018-01-23 21:30:27 -08:00
index-specs.html Revert "docs: add testing styles in index.html, remove additional configuration" (#25892) 2018-10-09 17:04:19 -07:00
index.html Revert "docs: add testing styles in index.html, remove additional configuration" (#25892) 2018-10-09 17:04:19 -07:00
main-specs.ts build: upgrade zone.js (#23108) 2018-04-04 08:24:02 -07:00
main.ts build(aio): change examples to CLI (#19248) 2017-09-21 17:05:54 -07:00
test.css Revert "docs: add testing styles in index.html, remove additional configuration" (#25892) 2018-10-09 17:04:19 -07:00
tests.html docs: migrate examples from @angular/http to @angular/common/http (#28296) 2019-03-11 10:52:17 -07:00
tests.sb.ts docs: migrate examples from @angular/http to @angular/common/http (#28296) 2019-03-11 10:52:17 -07:00