ionic-typeorm-starter icon indicating copy to clipboard operation
ionic-typeorm-starter copied to clipboard

Example project to demonstrate TypeORM in an Ionic app

Results 7 ionic-typeorm-starter issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/coturiv/ionic-typeorm-starter). ## Config Migration Needed - [ ]...

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |...

deps

> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@angular/common](https://redirect.github.com/angular/angular) ([source](https://redirect.github.com/angular/angular/tree/HEAD/packages/common))...

deps

I just cloned this project and tried to run the project with production flag as below: `ionic cordova run android --prod` On running the above command, I receive following error...

I followed the same steps and i got this error after running "ionic serve" **An unhandled exception occurred: Job name "..getProjectMetadata" does not exist.** Version: ionic --version **6.1.0** ng --version...

### Hotfix: Changes to the async initialization sequence Checked using Ionic 5.4.4 and Cordova 9.0.0 installed globally, deploying on an Android 9 (API level 28) emulator and an Android 7...

First of all, thanks for the this fork. It got me running Ionic 4 with Typeorm. However, when I build for production (`ionic cordova run android --prod`) I am unable...