HI Cesar Smerling,
We would like to inform you that Syncfusion components can operate in an offline environment after npm installation, as all components become available in the node_modules folder, enabling offline functionality.
To enable Syncfusion components to function in an offline environment, Syncfusion provides options to reference both Material and Tailwind themes without relying on internet access. By default, the Material theme uses Google fonts, requiring an internet connection. However, Syncfusion offers an offline-theme file to support local font references, ensuring that your application can operate fully offline.
Steps to Implement Offline Themes for Material and Tailwind:
- Run the following command to install the ej2-material-theme and ej2-tailwind-theme package in your application:
npm install @syncfusion/ej2-material-theme
npm install @syncfusion/ej2-tailwind-theme
By using these offline theme files, your Angular and Node.js application can utilize Syncfusion components in environments without internet access while maintaining the full styling and functionality of both Material and Tailwind themes.
Regards,
Hariharan s