Can angularjs connect to database?
Answer / Priyanka
Yes, AngularJS can communicate with databases. However, it doesn't have built-in support for databases like MongoDB or MySQL. Instead, it uses services such as $resource factory and $http service to make HTTP requests and interact with RESTful APIs, which are then used to manipulate the data stored in a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of viewchild in angular?
What are the advantages of using angular 2 over angular 1?
Is angular or react easier to learn?
What is the difference between directives and services?
Define directives in angularjs.
What is route guards?
What is angular 6 and why it is used?
Why should I use angular 7?
How would you make use of onnginit()?
What are Templates in AngularJS?
Explain the concept of scope hierarchy?
What is 'control html dom programmatically' in angularjs?