MCPcopy 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;

Implementers 3

FlexibleConnectedPositionStrategysrc/cdk/overlay/position/flexible-conn
FakePositionStrategysrc/cdk/overlay/overlay.spec.ts
GlobalPositionStrategysrc/cdk/overlay/position/global-positi

Calls

no outgoing calls

Tested by

no test coverage detected