Wijmo, Angular UI Component

100+ Fast and Flexible Angular UI Components

Boost your development efficiency with over 100+ enterprise UI controls for Angular developers, including grids, charts, maps, pivots, inputs, calendars, and more!

Why Wijmo

Why Choose Wijmo for Angular App?

Angular Support

Wijmo supports Angular v19. Built with TypeScript, Wijmo can be used with various frameworks without any dependencies.

Support for 100+ UI Controls

Wijmo supports over 100+ UI controls, including grids, 80+ charts, reports, input forms, calendars, and OLAP.

Designed for Touch

Extend touch functionality to all controls across your application, including Wijmo's touch module. When building websites and PWAs, provide users with a smooth and enjoyable user experience on tablets and mobile devices.

Excel-like Controls

Wijmo's FlexGrid, FlexChart, and FlexSheet controls are designed to provide users with a familiar Excel-like experience. This makes Wijmo's UI controls easier to use.

Extensive Documentation, Demos and API

Learn Wijmo easily with developer documentation, demos, and APIs. You can modify the code directly in the online demo or download it locally to freely test its features.


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.

FlexGrid
FlexChart
FlexMap
OLAP
Input
  • Below is the code to add the FlexGrid module.

     import { WjGridModule } from '@mescius/wijmo.angular2.grid'; 
    

    <Preview>

    Click the button below to view the full code sample.

    Run Online Sample 🖥️
  • Below is the code to add the FlexChart module.

     import { WjChartModule } from '@mescius/wijmo.angular2.chart'; 
    

    <Preview>

    Click the button below to view the full code sample.

    Run Online Sample 🖥️
  • Below is the code to add the FlexMap module.

     import { WjChartMapModule } from '@mescius/wijmo.angular2.chart.map'; 
    

    <Preview>

    Click the button below to view the full code sample.

    Run Online Sample 🖥️
  • Below is the code to add the OLAP module.

     import { WjOlapModule } from '@mescius/wijmo.angular2.olap'; 
    

    <Preview>

    Click the button below to view the full code sample.

    Run Online Sample 🖥️
  • Below is the code to add the Input module.

     import { WjInputModule } from '@mescius/wijmo.angular2.input'; 
    

    <Preview>

    Click the button below to view the full code sample.

    Run Online Sample 🖥️

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.

  • Traffic Monitoring Dashboard

    An Angular-based dashboard that displays web server traffic by country.


    Download Zip File

    Angular

    View Demo
  • Geography Dashboard

    An interactive geographic dashboard for analyzing demographic data.


    Download Zip File

    Angular

    View Demo
  • Dynamic Dashboard

    This tutorial demonstrates how to use Wijmo controls in a customizable, dynamic dashboard.


    Download Zip File

    Angular

    View Demo
  • Inventory Management App

    Demonstrates an inventory management app with a router that allows navigation between multiple screens.


    Download Zip File

    Angular

    View Demo
  • Cryptocurrency Tracking

    Track cryptocurrency values by integrating Wijmo's powerful financial charting components into your grid.


    Download Zip File

    Angular

    View Demo

FlexGrid

The Fastest and Most Flexible Angular Data Grid

The best JavaScript data grid (table) with built-in sorting, formatting, paging and flexible data binding.

Sort, Edit, Filter

Grouping, Aggregation

Data-Binding

Excel, Export PDF

Fix Rows, Columns, and Headers

Custom Cells

Paging, Virtual Scrolling

TreeGrid, Master-Detail

Print

Search

FlexChart

80+ High-Performance Angular Charts

With over 80 different charts, you can effectively visualize the data you want.

Bar Chart

Line Chart

Area Chart

Scatterplot Chart

Bubble Chart

Pie and Donut Charts

Sunburst Chart

Treemap Chart

Polar and Radarl Charts

Financial Charts

FlexMap

Angular Map Control for Geographic Data Visualization

Use map controls to visualize geographic data for easier analysis.

Bubble Map

Choropleth Map

Scatter map

Sample Map of Korea

OLAP

High-Performance Angular Pivot Tables and Charts Similar to Excel

Analyze and process massive amounts of data in milliseconds without relying on the server side.

Outline Mode

Excel-like Design Panel

Pivot Grid

Pivot Chart

Slicer

Input

Powerful Angular Input Components

Includes various input controls required in the frontend, such as autocomplete, color palette (picker), date/time, mask, menu, and multi-select.

Drop Down

Combo Box

Autocomplete

Multiple Selection

Date/Time Picker

Input Numbers

Validation

Menu

Pop-up

Color Picker

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!

Try It Now

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.

Try It Now

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.

Online Consultation

Angular UI Control Online Study

Discover the Many Ways to Apply Wijmo Angular UI Controls.

View More