Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ hero-list-groups.ts
File
hero-list-groups.ts
adev/src/content/examples/animations/src/app/hero-list-groups.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{Component, output, input} from
'@angular/core'
;
2
import
{trigger, state, style, animate, transition, group} from
'@angular/animations'
;
3
4
import
{Hero} from
'./hero'
;
Callers
nothing calls this directly
Calls
7
Component
Interface · 0.90
trigger
Function · 0.90
state
Function · 0.90
style
Function · 0.90
transition
Function · 0.90
group
Function · 0.90
animate
Function · 0.90
Tested by
no test coverage detected