Urigo / meteor-ionic

Ionic framework packaged for Meteor.
216 stars 32 forks source link

Ionic2 #59

Open hlehmann opened 8 years ago

hlehmann commented 8 years ago

Thanks for your angular2-meteor package ! I want to try ionic 2 using the meteor CLI but I don't know how to resgiter ionic/ionic or get de definitions.

ansarizafar commented 8 years ago

@Urigo Could you please create Ionic2 package for Meteor or guide me to How to use Ionic2 with Meteor.

Urigo commented 8 years ago

I haven't looked into Ionic 2.0 yet but it looks super interesting! I would love if someone would start experimenting with it and I will help him and support his work

ansarizafar commented 8 years ago

@Urigo Ionic2 is very different then Ionic1. I have made several attempts to integrate Ionic2 with Meteor without any success. I think only a core Meteor developer can do it.

AhmadEl-Banna commented 8 years ago

+1

hlehmann commented 8 years ago

The problem is that there is no easy way to install typescript dependencies. I don't know how common it is but ionic like angular are sharing there source through npm (and not bower ?).

hlehmann commented 8 years ago

@Urigo It's possible to make a package with a bundle of ionic2 using System.Js but it requires angular2/http witch is not provided by barbatus:angular2.

After that ionic seems to introduce other annotations that affect bootstraping... and no success to fix it