我正在研究可访问性。我检查了 Angular 文档,它没有读取排序方向。这是链接
我做了一些研究,发现我们必须在下面做才能改变它。这是参考链接。 排序按钮的 aria-label 可以在 MatSortHeaderIntl 中设置。
我正在尝试设置此值,但失败并出现以下错误。有人可以帮我解决这个错误。这是示例代码。
Type '"one"' is not assignable to type '(id: string, direction: SortDirection) => string'.
(property) MatSortHeaderIntl.sortDescriptionLabel: (id: string, direction: SortDirection) => string