Search results

System Requirements for Angular Components

21 Dec 2022 / 1 minute to read

This section explains the basic system requirements to work with Syncfusion Angular UI Components.

Operating System

Angular supports most recent browsers for additional details following link

Angular Version

To get started with the Syncfusion Angular UI Components, make sure the compatible versions of Angular should be 15.

You can use below command to check angular cli version

Copied to clipboard
ng --version

Node.js

Angular requires an active LTS or maintenance LTS version of Node.js.

For more information on installing Node.js, see nodejs.org. If you are unsure what version of Node.js runs on your system, run node -v in a terminal window.

You can use below command to check node version

Copied to clipboard
node --version

Browser Support

The Syncfusion Angular UI components are supported only in modern browsers. You can refer the Browser Compatibility section for more information.

For more details, check with the official sites for documentation.

See Also