Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ status-slider.ts
File
status-slider.ts
adev/src/content/examples/animations/src/app/status-slider.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{Component} from
'@angular/core'
;
2
import
{trigger, transition, state, animate, style, keyframes} from
'@angular/animations'
;
3
4
@Component({
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
animate
Function · 0.90
keyframes
Function · 0.90
Tested by
no test coverage detected