MCPcopy Index your code
hub / github.com/angular/components / direction

Method direction

src/material/sort/sort.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 /** The sort direction of the currently active MatSortable. */
94 @Input('matSortDirection')
95 get direction(): SortDirection {
96 return this._direction;
97 }
98 set direction(direction: SortDirection) {
99 if (
100 direction &&

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected