# PinnedRowSlot

> _Since v1.7.1_

Angular-shaped pinned-rows slot \\u2014 either an aggregation slot (passthrough)
or a panel slot accepting Angular component classes as `render`.

```ts
type PinnedRowSlot = CoreAggregationSlot | PanelSlot
```
