# Angular version support

The current version of the SDK supports Angular versions 15-19. This is how you can install it:

<Tabs defaultValue="Angular 19">

```shell label="Angular 19"
npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19
```

```shell label="Angular 18"
npm install stream-chat-angular ngx-float-ui@beta
```

```shell label="Angular 17"
npm install stream-chat-angular ngx-float-ui@17
```

```shell label="Angular 16"
npm install stream-chat-angular ngx-float-ui@16
```

```shell label="Angular 15"
npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15
```

</Tabs>

> Supported node versions: 18+

## Angular version support policy

- We're doing our best to introduce support for the latest Angular version as soon as it becomes stable
- To be able to use new features of Angular, we need to remove support for older Angular versions, however we always make sure to support [all actively supported Angular versions](https://angular.dev/reference/versions#actively-supported-versions)


---

This page was last updated at 2026-08-11T17:19:01.513Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/angular/v5/basics/angular-version-support/](https://getstream.io/chat/docs/sdk/angular/v5/basics/angular-version-support/).