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

After npm install typeorm@next, many errors shows at node_modules/typeorm/find-options/FindOptions.d.ts like what mentioned at #1926. And the version of installed is [email protected]. [13:51:53] typescript: node_modules/typeorm/find-options/FindOptions.d.ts, line: 14 ';' expected. L13: export...

I tried to bind Subscriber to Angular DI like code below. But it look like not working, because this.auditsProv is always Undefined. If it's not impossible, should I have to...

When Ionic build with option like --prod or --aot, it'll pass AOT process. But when App is started, it emits not defined reference error at 31 lines like below. [Versions]...

When I try to build with --minifyjs, it also emits circular relations error like this. The minifyjs option includes the mangling by uglifyjs. I think the TypeORM is not safe...

Verify/update compatibility with `cordova-sqlite-storage` ➕dependency. litehelpers/Cordova-sqlite-storage@8c4609bbee435fcc21c9848c9f34b95b3f80dc67 Excerpt from https://github.com/litehelpers/Cordova-sqlite-storage July 2018: > [NEW MAJOR RELEASE in July 2018 with BREAKING CHANGES](https://github.com/litehelpers/Cordova-sqlite-storage#new-major-release-in-july-2018-with-breaking-changes) > New release in July 2018 will include the...

In developement and Prod android version works fine. But when I tried with the browser. I get the error. I follow the [https://github.com/typeorm/ionic-example] Any help? here is my config file....

needs more information