Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/DevCloudFE/ng-devui
/ translatePosition
Method
translatePosition
devui/alert/alert.component.ts:114–116 ·
view source on GitHub ↗
(size: number)
Source
from the content-addressed store, hash-verified
112
}
113
114
translatePosition(size: number) {
115
this.renderer.setStyle(this.box.nativeElement,
'top'
, `${-size * 100}%`);
116
}
117
118
close = (): void => {
119
this.clearScheduledTransition();
Callers
1
AlertComponent
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected