1. AngularJs is one of the best JavaScript framework to develop single page application.
2. It makes your code more clean and reusable and it makes UI part so much clean now you do not have any need to make your logic in DOM. You can make your logic in Js files and can apply here with the directives provided by AngularJs.
3. This framework make your application so much attractive and fast as it's code execute in client side so you do not have any need of big set up to develop your application. Review collected by and hosted on G2.com.
1. There is no proper file structure so you will have to make it by your self. Review collected by and hosted on G2.com.
Directives! The secret power of AngularJS is when you start creating your own web components, your directives, that you can pass on custom parameters and custom event handlers that can be reusable and easy to maintain!
The documentation here is excellent, but the best part is the community. There are many developers that use AngularJS (not to be confused with Angular which is version 2+) that your problem is highly possible to be already resolved and you can find out with a simple google search with the right keywords. Review collected by and hosted on G2.com.
Integrating some other libraries or micro frameworks can be very tricky, because you will really need to know what you are doing because your third party plugin might not be on "Angular's run time". I'd recommend to somehow import it IN your controllers instead of calling it from outside (a separate .js file). Review collected by and hosted on G2.com.
1) Very useful to manage routing using two different ways like ngRoute and ui-router.
2) Services are very helpful for sharing data between different controllers.
3) We can make custom directive for code reusability.
4) Two-way binding is very handy for interaction between view and controller. Review collected by and hosted on G2.com.
1) Any third-party library needs compatibility with angularjs.
2) Newer angular version changed the whole structure and developer needs to re-write application from scratch. Review collected by and hosted on G2.com.
I love everything about angular JS. It makes making applications way faster than hard coding. It also sets the stands for developers on how to file an application properly. Review collected by and hosted on G2.com.
There is literally nothing to dislike about this if you are a JavaScript developer. Review collected by and hosted on G2.com.
1. AngularJs is better then any other language to make develop one page application. It will reduce your code so you can develop same website in less file size. easy to use and easy to install with all the services.
2. AngularJs will make your UI part so clean and clear which helps developer to make their code so readable and usable.
3. AngularJs is best to make your website more dynamic . So by the change only in one place it will reflect to hole website. Review collected by and hosted on G2.com.
1.Till now i did not found any thing to dislike AngularJs. Review collected by and hosted on G2.com.
What I like best about angular is it's ease use and deployment, the fact that it's javascript base makes it great to adapt to if you already have a strong Javascript and there are tons of resources out for it. Review collected by and hosted on G2.com.
There isn't much to dislike. it had a steep learning curve. Review collected by and hosted on G2.com.
I will start with the statement that I am a full-time devotee of the front-end framework who spent the last 2 years in AngularJS. I love it, I recognize most of its quirks. But the days of AngularJS 1.X are numbered. (I have covered 2.X in a separate description: Angular.Io) Pros: * makes maximum UI development fast, easy and - I dare say... a laugh * still actively maintained * there is a wealth of knowledge available now * quite logical, once you get over the hump of the learning curve Review collected by and hosted on G2.com.
* Errors almost impossible to digest in song manufacturing. My God, it's a nightmare.* The knowledge of the curve. It becomes steep, coming from a few years of (comparatively DIY) spine.Js* The next-generation web app frameworks will make AngularJS 1.X outdated. Review collected by and hosted on G2.com.
I loved the way AngularJS handled the MVVC architecture. Have got all the predefined directives. Have made use of services and factory. And also the events handling.
Most important was the speed with which you can setup the project Review collected by and hosted on G2.com.
Would have been great if Angular stayed with JavaScript rather than moving to Typescript Review collected by and hosted on G2.com.
Although there are many updates to Angular like angular 2,4,5,6 etc. Angular JS had its sweet spot among the top when it was released.
There are many things I liked in Angular Js like
1. Built in support for 2 way binding
2. Watching changes in a specific scope object and based on the event perform actions.
3. Each section can have its own controller and independently controlled.
4. Very lightweight and built in support for multiple languages, culture.
5. Easy to integrate in existing applications. Review collected by and hosted on G2.com.
It was perfect in everyway. But when typescript evolved. It lacked few points.
1. Lack of object oriented programming support.
2. No type safe mechanism.
3. Not easy to maintain compared to angular 2+ applications. Review collected by and hosted on G2.com.
The two way binding is love, The syntax for writing in HTML is easy to understand and directives provides you a powerful way to format/change the data Review collected by and hosted on G2.com.
Poor pre-rendering support and no universal app resulting in poor SEO of the existing project. I had to move all of my existing projects from angularjs because of the no backward compatibility with the Angular.IO. All the libraries used are not maintained anymore and I was maintaining multiple libraries myself. Review collected by and hosted on G2.com.