i just want to know that is it Angular js is a front end or back end language.because sometime time behaves like back end..and should we use angular as a front end and php as a back end instead of node js ???
Angularjs is a front-end framework powered by JavaScript. Even you have said that in your introduction.
From the docs,
HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
Other frameworks deal with HTML’s shortcomings by either abstracting away HTML, CSS, and/or JavaScript or by providing an imperative way for manipulating the DOM. Neither of these address the root problem that HTML was not designed for dynamic views.
AngularJS is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature need.
I think it all boils down to what is a front-end technology, the part where the user will have most of the interactions with. And because these interactions are done with the help of the browser, and browsers mostly understand HTML, CSS and javascript.
So the creators of Angular made a framework that is based on typescript, which can generate HTML, CSS and javascript code with the help of transpilers, for the purpose of generating a workable package that can be understood by a browser.
That’s why Angular is considered a frontend framework. Its capabilities do not include any of the features that you will find in a backend language.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With