Why Wijmo
Why choose Wijmo for your Angular app?
Quick Start
Getting Started with Wijmo in Angular 🚀
1. Go to the Angular app folder and install the Wijmo library.
npm install @mescius/wijmo.angular2.all
2. Implement the markup to render the Wijmo control.
Access the app.component.html file of the Angular app you want to work on and implement the markup.
The code below renders Wijmo's FlexGrid control.
If you would like to add other controls, please check the detailed code samples for each control below.
3. Add css file to apply Wijmo style.
Access the src/style.css file and add the Wijmo css file.
import '@mescius/wijmo.styles/wijmo.css';
4. Add the Wijmo module you want to use and define the data to bind.
Access the main.ts file of the Angular app you're working on, add the Wijmo module, and define the data to bind to the Wijmo controls.
5. Run the Angular app and check the results.
npm start
Angular Starter Template
Jump-start your development with customizable Angular samples & templates.
Here are various templates and samples utilizing Wijmo. You can check out the actual demos and download the source code to customize and use them yourself.
Wijmo's Angular UI controls
React UI Control Designer
Easily customize Wijmo controls!
Wijmo CSS Theme Designer
Easily create design themes using the Wijmo CSS Theme Designer and apply the created CSS to your Wijmo controls!
Wijmo Control Properties Editor
Easily customize the settings of Wijmo controls using the Wijmo Control Properties Editor. You can modify and check the settings for over 20 different controls. Download these settings and quickly and easily apply them to your web without any additional coding.
Ask anything!
Please share your concerns and questions about Wijmo with MESCIUS's expert team. We empathize with your concerns and provide assistance.
Angular UI Control Online Study