Ionic database connectivity?

how to make mysql database connection for ionic app

Just how you would with normal angularjs : $http

yes with normal angularjs.

so there’s your answer :slight_smile: $http … maybe try learning AngularJS or use Google :slight_smile: it’s a common design pattern in any other js framework (like angularjs)