Ecosyste.ms: Awesome
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: 26 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T00:49:00.000Z (10 months ago)
- Last Synced: 2024-04-15T07:23:47.664Z (9 months 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.
In this Project we configured the Ionic application that working with Essential JS 2 for Angular.
## 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 & Running Application
`npm install` and `npm start`
## Build Application.
`npm run build`