docs(animations): a small typo (#37164)
Removed two extra closing parentheses in docs. PR Close #37164
This commit is contained in:
parent
fbfc7dff48
commit
5a2a907adf
|
@ -652,8 +652,8 @@ export function trigger(name: string, definitions: AnimationMetadata[]): Animati
|
|||
* ```typescript
|
||||
* animate(500, keyframes(
|
||||
* [
|
||||
* style({ background: "blue" })),
|
||||
* style({ background: "red" }))
|
||||
* style({ background: "blue" }),
|
||||
* style({ background: "red" })
|
||||
* ])
|
||||
* ```
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue