+ 7
Can we connect Angular project with MySQL database without any API? If yes how & If no which API we can use to accomplish this?
3 Respostas
+ 6
Yes, you can do it without using an API. You only have to make sure that the server returns the query in JSON format
https://www.w3schools.com/angular/angular_sql.asp
+ 6
Thanks @Mickel
+ 1
That is only for AngularJS, not Angular6 or Angular7..