MCPcopy Index your code
hub / github.com/angular/angular / group

Function group

packages/animations/src/animation_metadata.ts:758–763  ·  view source on GitHub ↗
(
  steps: AnimationMetadata[],
  options: AnimationOptions | null = null,
)

Source from the content-addressed store, hash-verified

756 * @deprecated 20.2 Use `animate.enter` or `animate.leave` instead. Intent to remove in v23
757 */
758export function group(
759 steps: AnimationMetadata[],
760 options: AnimationOptions | null = null,
761): AnimationGroupMetadata {
762 return {type: AnimationMetadataType.Group, steps, options};
763}
764
765/**
766 * Defines a list of animation steps to be run sequentially, one by one.

Callers 8

RecurPageCmpClass · 0.90
CmpClass · 0.90
ParentCmpClass · 0.90
CmpClass · 0.90
animation_spec.tsFile · 0.90
animations.tsFile · 0.90
querying.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…