angular/aio/content/examples/lifecycle-hooks/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
..
after-content.component.ts fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
after-view.component.ts fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
app.component.html docs(aio): update migrated content from anguar.io 2017-03-28 10:21:46 +01:00
app.component.ts build(aio): change examples to CLI (#19248) 2017-09-21 17:05:54 -07:00
app.module.ts docs(aio): update migrated content from anguar.io 2017-03-28 10:21:46 +01:00
counter.component.ts style: remove empty comments (#23404) 2018-05-10 15:48:13 -07:00
do-check-parent.component.html docs(aio): update migrated content from anguar.io 2017-03-28 10:21:46 +01:00
do-check.component.ts fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
logger.service.ts docs(aio): Clearing array with [] (#20369) (#20395) 2017-11-16 16:19:35 -06:00
on-changes-parent.component.html docs(aio): update migrated content from anguar.io 2017-03-28 10:21:46 +01:00
on-changes.component.ts fix(core): require 'static' flag on queries in typings (#30639) 2019-05-24 16:55:00 -04:00
peek-a-boo-parent.component.ts docs: fixed live example for the lifecycle hooks. (#23201) 2018-04-05 16:29:38 -07:00
peek-a-boo.component.ts docs(aio): update migrated content from anguar.io 2017-03-28 10:21:46 +01:00
spy.component.html docs(aio): Removing reference to LoggerService property (#20369) (#20395) 2017-11-16 16:19:35 -06:00
spy.component.ts docs(aio): Removing reference to LoggerService property (#20369) (#20395) 2017-11-16 16:19:35 -06:00
spy.directive.ts docs(aio): update migrated content from anguar.io 2017-03-28 10:21:46 +01:00