BradyNadeau / ionic-orm

Data-Mapper ORM for Ionic2, AngularJS, ( Hybrid Mobile Applications ), Supports WebSQL and SQLite databases. Currently in active development. - TypeORM Fork
https://typeorm.github.io
MIT License
48 stars 13 forks source link

Cannot access entityManager #19

Open vintots opened 6 years ago

vintots commented 6 years ago

Good day, Thanks for this awesome library .

I'm working on a Ionic 3 project and was able to established the connection of the ionic-orm but unfortunately I'm having issue accessing the "entityManager" of the connection because its a private property of the object.

Please see the image below.

image

EntityManager is used by the sample code in your docs as well like the code below.

image

Hope you can help me with this.

Thank you.