Angular version support

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

Run this command if you are using Angular 19:

npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19

Run this command if you are using Angular 18:

npm install stream-chat-angular ngx-float-ui@beta

Run this command if you are using Angular 17:

npm install stream-chat-angular ngx-float-ui@17

Run this command if you are using Angular 16:

npm install stream-chat-angular ngx-float-ui@16

Run this command if you are using Angular 15:

npm install stream-chat-angular @ngx-translate/core@14 ngx-float-ui@15

Supported node verisons: 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
© Getstream.io, Inc. All Rights Reserved.