0
Angular 2 application and database connection
Hi, how can I connect my database (sql) to Angular 2 application? What I need to configure?
1 Antwort
+ 1
its impossible to connect directly from angular to database. u need a backend app that will serve data for angular. read more about web API, rest and node.js.