Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ apply
Method
apply
src/cdk/overlay/position/position-strategy.ts:17–17 ·
view source on GitHub ↗
Updates the position of the overlay element.
()
Source
from the content-addressed store, hash-verified
15
16
/** Updates the position of the overlay element. */
17
apply(): void;
18
19
/** Called when the overlay is detached. */
20
detach?(): void;
Callers
7
patchLogService
Function · 0.65
datepicker-actions-harness.spec.ts
File · 0.65
focus-monitor.spec.ts
File · 0.65
updatePosition
Method · 0.65
ngOnChanges
Method · 0.65
global-position-strategy.spec.ts
File · 0.65
flexible-connected-position-strategy.spec.ts
File · 0.65
Implementers
3
FlexibleConnectedPositionStrategy
src/cdk/overlay/position/flexible-conn
FakePositionStrategy
src/cdk/overlay/overlay.spec.ts
GlobalPositionStrategy
src/cdk/overlay/position/global-positi
Calls
no outgoing calls
Tested by
no test coverage detected