+ 8
what is difference between php and angular js
I use php for server side and I want to know about angular js y we use angular js
3 Antworten
+ 9
AngularJS is a front-end framework written in JavaScript
PHP is a server side language
using AngularJS can simplify many tasks with its many built-in directives and the two way binding feature.
you can find many AngularJS examples in the code playground as well
+ 7
php is language while angular js is a JavaScript framework.
know more about angular js by the link:
https://www.tutorialspoint.com/angularjs/angularjs_overview.htm
+ 4
angular js is used on front-end and create interactive pages but php is server based language for backend use