mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: Clarifies code section is a continuation from the section above (#35111)
PR Close #35111
This commit is contained in:
parent
acf8d49829
commit
b81631e737
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue