angular/aio/content/examples/dynamic-component-loader/src/app
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
..
ad-banner.component.ts fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
ad-item.ts docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00
ad.component.ts docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00
ad.directive.ts docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00
ad.service.ts docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00
app.component.ts docs: fix dynamic component loader example (#22181) 2018-02-28 10:46:37 -08:00
app.module.ts docs(aio): rename cb- files and a few others 2017-04-24 14:00:51 +01:00
hero-job-ad.component.ts style(aio): lint fixes for examples (#23234) 2018-04-17 14:09:02 -07:00
hero-profile.component.ts style(aio): lint fixes for examples (#23234) 2018-04-17 14:09:02 -07:00