-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic2/Angular2 support? #191
Comments
That's a goal - but it still depends on Meteor (for now) |
any progress on that please ? |
Hi, I am trying to use ground db in my ionic2/angular2 project. I ground the collections in collections.ts which is common to both client and server. My code is export const Messages = new MongoObservable.Collection("messages"); if(Meteor.isClient){ In client I am getting the error my ground:db version is 0.3.15 and meteor version is 1.4.4.1. |
Hi @raix , Can we use GroundDB with Angular 2? Am trying to add by meteor add ground:db and got the below response.
Changes to your project's package version selections: dispatch:kernel added, version 0.0.6 ground:db: Ground Meteor.Collections offline After this, am trying to find the groundDb package in my app, i can see only the changes in .meteor\verions @srivastavapooja , |
Hi, is it possible to use this package for mobile apps written with Ionic2 (which uses angular2 and typescript)?
The text was updated successfully, but these errors were encountered: