ionic-example icon indicating copy to clipboard operation
ionic-example copied to clipboard

Example project to demonstrate TypeORM in an Ionic app

Results 26 ionic-example issues
Sort by recently updated
recently updated
newest added

I was trying to use this example repo for my project but ran into the issue using the function: ```typescript ionViewDidLoad() { this.runDemo(); } ``` found in [ionic-example/src/pages/home/home.ts](https://github.com/typeorm/ionic-example/blob/master/src/pages/home/home.ts). Seems like...

Cannot read property 'openDatabase' of undefined TypeError TypeError: Cannot read property 'openDatabase' of undefined ) at CordovaDriver.createDatabaseConnection

Hi, I based my project on your template and i fixed most of issues that i found. But noticed that the time for building is too much. I think is...

I can reproduce it on a new project, If I add TypeORM according to the Readme file to my project, my app start normally in about 4sec (prod mode). But...

Please has anyone found a way around the date datatype problem with ionic production builds. I am building an app which is date-centric and this limitation is a downer cos...

I'm currently working on a new ionic project and trying out TypeORM. While trying to do my first production build for testing out https://github.com/typeorm/typeorm/issues/2419 I found that its currently not...

As already mentioned here https://github.com/typeorm/ionic-example/issues/27, please add a description on how to disable mangling for ionic 3 due to the following issue: https://github.com/typeorm/typeorm/issues/2164 I lost a lot of time because...

While considering TypeORM for a new production project, I was able to get the example app running no problem. Works as expected, looks great. Now trying to configure it w/...

Running ionic serve results in the following error: ``` Typescript Error Initializers are not allowed in ambient contexts. ``` error in Connection.d.ts line 40 steps to reproduce - simply clone,...

Would it be possible to get a bit more information or reasons for each of the limitations when using production builds. It might help us with debugging and potentially creating...

question