docs: Clarifies code section is a continuation from the section above (#35111)

PR Close #35111
This commit is contained in:
Sonu Kapoor 2020-02-02 20:10:07 -05:00 committed by Misko Hevery
parent 27d16a7881
commit 10ad984334
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Use the `query()` method to find and animate elements within the current host co
Let's assume that we are routing from the *Home => About*.
<code-example path="animations/src/app/animations.ts" header="src/app/animations.ts" region="query" language="typescript"></code-example>
<code-example path="animations/src/app/animations.ts" header="src/app/animations.ts (Continuation from above)" region="query" language="typescript"></code-example>
The animation code does the following after styling the views: