MCPcopy Create free account
hub / github.com/angular/angular / visitStyle

Method visitStyle

packages/animations/browser/src/dsl/animation_ast.ts:22–22  ·  view source on GitHub ↗
(ast: StyleAst, context: any)

Source from the content-addressed store, hash-verified

20 visitGroup(ast: GroupAst, context: any): any;
21 visitAnimate(ast: AnimateAst, context: any): any;
22 visitStyle(ast: StyleAst, context: any): any;
23 visitKeyframes(ast: KeyframesAst, context: any): any;
24 visitReference(ast: ReferenceAst, context: any): any;
25 visitAnimateChild(ast: AnimateChildAst, context: any): any;

Callers 1

visitDslNodeFunction · 0.65

Implementers 1

AnimationTimelineBuilderVisitorpackages/animations/browser/src/dsl/an

Calls

no outgoing calls

Tested by

no test coverage detected