# gds-list - Angular

## Import

```typescript
import { GdsListComponent } from '@sebgroup/green-core-ng'
```

## Usage

Use the component in your Angular templates:

```html
<gds-list>
  <!-- content -->
</gds-list>
```
