ojus kulkarni
ojus kulkarni

Reputation: 1907

Is it possible to use Ionic framework in my angularJs web app

I am using angularJs and JAVA for my web applications. so is it possible to use Ionic framework in it ? and if possible then how should I use it.

Upvotes: 1

Views: 185

Answers (1)

Kunal Gadhia
Kunal Gadhia

Reputation: 360

Ionic is a framework which is better to implement using angular js. It works as a directive but it needs angularJs. Some pros of using Ionic are as follows:

  1. Firstly Ionic is an HTML5 mobile app development framework targeted at building hybrid mobile apps. Hybrid apps are essentially small websites running in a browser shell in an app that have access to the native platform layer.
  2. Ionic integrates into AngularJS hence helping structure that code better and more manageable.
  3. Development of apps on leading mobile platforms (iOS, android, Windows) becomes possible and all the more facile with Ionic framework.

This are some of the things which i figured out from google.

For more details you can refer to following links : Ionic Framework, ionicframework.com

Upvotes: 2

Related Questions