Why Wijmo
Why Choose Wijmo for 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.
<wj-flex-grid #flex [itemsSource]="data" style="height: 500px;" (initialized)="init()">
<wj-flex-grid-column [header]="'Country'" [binding]="'country'"></wj-flex-grid-column>
<wj-flex-grid-column [header]="'Sales'" [binding]="'sales'" format="n2"></wj-flex-grid-column>
<wj-flex-grid-column [header]="'Expenses'" [binding]="'expenses'" format="n2"></wj-flex-grid-column>
</wj-flex-grid>
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.
Explore a variety of templates and samples built with Wijmo. View live demos and download the source code to customize for your own projects.
Wijmo's Angular UI controls
Angular UI Control Designer
Easily Customize Wijmo Controls!
Easily create design themes using the Wijmo CSS Theme Designer and apply the created CSS to your Wijmo controls!
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!
Share your vague concerns and questions about Spread.NET with MESCIUS's expert team. We empathize with your concerns and are here to help.
Angular UI Control Online Study