From 5e00e81626c41e0445b46922fb74903e5f790cd5 Mon Sep 17 00:00:00 2001 From: Humberto Villalpando <43765965+betov18x@users.noreply.github.com> Date: Wed, 31 Jul 2019 06:47:36 -0500 Subject: [PATCH] chore: Update README.md Added some links for nativescript examples with vue and angular --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 954a8ed7db..b5a82b21fc 100755 --- a/README.md +++ b/README.md @@ -1261,6 +1261,8 @@ There are a few repositories which you can clone and start with: * [Example how to use TypeORM in a Cordova/PhoneGap app](https://github.com/typeorm/cordova-example) * [Example how to use TypeORM with an Ionic app](https://github.com/typeorm/ionic-example) * [Example how to use TypeORM with React Native](https://github.com/typeorm/react-native-example) +* [Example how to use TypeORM with Nativescript-Vue](https://github.com/typeorm/nativescript-vue-typeorm-sample) +* [Example how to use TypeORM with Nativescript-Angular](https://github.com/betov18x/nativescript-angular-typeorm-example) * [Example how to use TypeORM with Electron using JavaScript](https://github.com/typeorm/electron-javascript-example) * [Example how to use TypeORM with Electron using TypeScript](https://github.com/typeorm/electron-typescript-example)