MCPcopy Create free account
hub / github.com/angular/components / position

Method position

src/material/tabs/tab-body.ts:184–187  ·  view source on GitHub ↗
(position: number)

Source from the content-addressed store, hash-verified

182 /** The shifted index position of the tab body, where zero represents the active center tab. */
183 @Input()
184 set position(position: number) {
185 this._positionIndex = position;
186 this._computePositionAnimationState();
187 }
188
189 constructor() {
190 if (this._dir) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected