Ionic v2
Solved!Posted in General by Simon Wächter Mon Mar 07 2016 19:18:59 GMT+0000 (Coordinated Universal Time)·1·Viewed 1,268 times
Hi guys,
how could I use for example the fb-plugin in Ionic-v2 (incl. Angular).
I don't have this....
angular.module('app', ['jtt_aping', 'jtt_aping_facebook']);
Look here: http://ionicframework.com/docs/v2/getting-started/tutorial/adding-pages/
maybe here? -->
static get parameters() {
return [[NavController], [NavParams]];
}
Greets
Simon
Hello Simon.
apiNG is an angular1 module. ionic v2 works with angular2.
that's the problem. you cannot use apiNG in angular2
Maybe, I will recode apiNG for ng2, but not in the close future
Jonathan
marked this as solved