Can angularjs connect to database?



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

Post New Answer

More AngularJS Interview Questions

What is the use of viewchild in angular?

1 Answers  


What are the advantages of using angular 2 over angular 1?

1 Answers  


Is angular or react easier to learn?

1 Answers  


What is the difference between directives and services?

1 Answers  


Define directives in angularjs.

1 Answers  


What is route guards?

1 Answers  


What is angular 6 and why it is used?

1 Answers  


Why should I use angular 7?

1 Answers  


How would you make use of onnginit()?

1 Answers  


What are Templates in AngularJS?

1 Answers  


Explain the concept of scope hierarchy?

1 Answers  


What is 'control html dom programmatically' in angularjs?

1 Answers  


Categories