Marwan
Marwan
I've seen some code having imports like : import {...} from 'angular2/core'; instead of '@angular/core' Besides it seems that Ionic 2 has been updated since your last commit. I've tried...
Could this lib be available for Ionic framework, or is there any equivalent for Cordova ?
there is this peace of code in the tutorial (step 3) : ` ngOnInit() { this.chats = Chats .find({}) .mergeMap((chats: Chat[]) => Observable.combineLatest( ...chats.map((chat: Chat) => Messages .find({chatId: chat._id}) .startWith(null)...
Hi my app has a very long loading time on app startup once it is built for iOS or Android. It is based on this projects structure, but connects to...
In Orion we could do something like : ``` tabular: { columns: [ { title: 'Nom du Bureau', data: 'bureauName' }, { title: 'Nom du Bureau', data: 'bureauId', render: function(val,...