An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/ej2-ionic-app

Essential JS2 Angular with Ionic App
https://github.com/syncfusionexamples/ej2-ionic-app

angular ej2 grid ionic

Last synced: 2 months ago
JSON representation

Essential JS2 Angular with Ionic App

Awesome Lists containing this project

README

          

# Ionic Application with Essential JS 2 for Angular.

This repository contains a sample Ionic application that demonstrates how to integrate Syncfusion Essential JS 2 components into an Ionic framework. Syncfusion provides a wide range of high-performance, lightweight, and responsive UI components for building modern web and mobile applications.

## Prerequisites

Node.js (v14 or later)
npm or yarn
Ionic CLI (npm install -g @ionic/cli)

## Steps to configure

**Step 1:** Create Iconic [Application](https://ionicframework.com/docs/intro/tutorial/)

**Step 2:** Install Essential JS 2 for Angular Dependency `@syncfusion/ej2-ng-grids`

**Step 3:** Add application module & component in App module & html page. For Reference [link](https://ej2.syncfusion.com/angular/documentation/getting-started/Angular-CLI.html#adding-button-component)

## Install dependencies:

`npm install`

## Run the application:

`npm start`

## Build Application.

`npm run build`