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
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-ionic-app
- Owner: SyncfusionExamples
- Created: 2018-04-24T12:43:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T00:49:00.000Z (about 2 years ago)
- Last Synced: 2024-04-15T07:23:47.664Z (about 2 years ago)
- Topics: angular, ej2, grid, ionic
- Language: TypeScript
- Size: 1.68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: ReadMe.md
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`