+ 1
What is the use of Angular JavaScript please tell me before I make a mistake
I am thinking of rejecting it I want to Know it's importance
3 odpowiedzi
+ 4
AngularJS is a structural framework for dynamic web apps. With AngularJS, designers can use HTML as the template language and it allows for the extension of HTML's syntax to convey the application's components effortlessly. Angular makes much of the code you would otherwise have to write completely redundant.
Details:
https://www.awwwards.com/practical-uses-of-angularjs-create-a-single-page-application-spa-or-a-website-menu-in-an-instant.html
+ 3
Angular is a platform, not a language. Javascript in angular is ES7. The latest version from 2016. The javascript in your browser is ES5 from 2009. So there are many new features and upgrades to old ones. And actually what you program in isn't even Javascript but Typescript which is a very strongly typed superset of ES7 javascript. The benefits of it are you can compile it for apps or for web all fro. the exact same code. Which makes deploying across multiple platforms super simple. The platform has its differences from other things and is evolving fairly rapidly so keeping up can be a challenge but the core ideas have stayed the same since Angular2 for the most part.
+ 1
thanks for all your support guys you really influenced my decision and I am sure I won't regret it . I followed you all please follow back and see you around in the community