docs: update link to static queries in changelog (#30649)

PR Close #30649
This commit is contained in:
Alan Agius 2019-05-24 08:08:45 +02:00 committed by Igor Minar
parent bfedfa79ed
commit cdb5ea4200
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ 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.
https://v8.angular.io/guide/static-query-migration for more details.
@ViewChildren and @ContentChildren queries are always dynamic, and so are
unaffected.