Syncfusion Angular Supported Versions

31 Jan 20252 minutes to read

Angular Version Compatibility

The table below outlines the compatible Angular versions for different releases of Syncfusion Angular UI components.

Angular Version Syncfusion Angular Components Version
Angular v19 26.1.35 and above
Angular v18 25.2.3 and above
Angular v17 23.2.4 and above
Angular v16 21.1.39 and above
Angular v15 20.4.38 and above
Angular v14 20.2.36 and above
Angular v13 19.4.38 and above
Angular v12 19.3.43 and above
Angular v11 18.4.31 and above
Angular v10 18.2.55 and above
Angular v9 17.4.51 and above
Angular v8 17.1.50 and above
Angular v7 16.3.32 and above

From version 20.2.36 onwards, Syncfusion Angular packages are compatible with the Angular Ivy distribution, supporting Angular 12 and above. For versions >=20.2.36, add the suffix -ngcc to the package version in the package.json (e.g., @syncfusion/ej2-angular-grids: "20.2.38-ngcc"). For more details on Angular package installation, refer to Angular package installation.

Syncfusion Version Information

Syncfusion adheres to a quarterly release schedule, delivering new volumes every three months. To streamline tracking of these releases, Syncfusion Angular components use a semantic versioning system with the format Major.Minor.Revision. This system allows developers to easily follow changes with each new version.

For instance, a release version like 22.1.34 can be interpreted as follows:

  • 22 - Indicates the major release version, updated every three months including major enhancements, new features, bug fixes, and breaking changes.
  • 1 - Represents the minor release version, highlighting new features and bug fixes without introducing breaking changes.
  • 34 - Stands for the revision number, incremented for weekly patch releases, mainly consisting of bug fixes without new features or breaking changes.

See Also