Introducing G2.ai, the future of software buying.Try now
angularjs
Save to My Lists
Unclaimed
Unclaimed

Top Rated angularjs Alternatives

angularjs Reviews & Product Details - Page 10

angularjs Overview

What is angularjs?

Angularjs is a fantastic front-end MVC framework for medium to large projects

angularjs Details
Show LessShow More
Product Description

Angularjs is a fantastic front-end MVC framework for medium to large projects


Seller

Google

Description

Organize the world’s information and make it universally accessible and useful.

Recent angularjs Reviews

Nishedh J.
NJ
Nishedh J.Small-Business (50 or fewer emp.)
5.0 out of 5
"Angular Review"
Its open-source front end web framework. It supports two way data binding mechanism which makes work easy. Reusable of components. supports depen...
Aditya P.
AP
Aditya P.Small-Business (50 or fewer emp.)
4.0 out of 5
"good frontend framework for enterprise level but not muc beginner friendly"
features that angular offers like mixed html and js code and two way binding and integration with other frameworks.
Nashit H.
NH
Nashit H.Mid-Market (51-1000 emp.)
4.5 out of 5
"Great front end tool"
easy to use, integrate and collaborate. Build is easy, so is deployment.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Perceived Cost

$$$$$
View More Pricing Information

angularjs Media

angularjs Demo - angularjs
angularjs
angularjs Demo - angularjs
angularjs
angularjs Demo - angularjs
angularjs
Answer a few questions to help the angularjs community
Have you used angularjs before?
Yes

111 angularjs Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
111 angularjs Reviews
4.0 out of 5
111 angularjs Reviews
4.0 out of 5

angularjs Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Carlos Eduardo C.
CC
Full-stack web developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

I like they way of how angular can be used to structure all the front-end development using an MVC pattern in a very fancy way.

Controllers, directives, routes, services and data binding are awesome and very useful to organize any project following the MVC pattern; you can create SPA in short time with minimum effort. It's easy to learn, once you have used it you will love it.

Angular is well documented and community is very active and helpful, and know what? It's open source Review collected by and hosted on G2.com.

What do you dislike about angularjs?

Angular is easy to learn and use, when you need to access the DOM angular offers a nice approach with built in directives, you can also create your own custom directives, directives are nice but, in many cases using directives to manipulate the dom is not so easy as we expect, I think because angular is more focus on data binding instead of DOM manipulations. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

Angular is easy to learn, very well documented and is used in many companies around the world. It helps to create very rich web apps in less time that you would expect. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

Building SPA, websites with rich data, movil apps with Ionic Framework Review collected by and hosted on G2.com.

Verified User in Oil & Energy
IO
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

Complete framework to solve front end development that gives you a lot of power to create Single Page Applications and has built in almost anything you need to create apps without resorting to other plugins Review collected by and hosted on G2.com.

What do you dislike about angularjs?

You need to learn a lot to really use it, it's very simple in the first steps but you have a steep learning curve for learning directives and digest cicle and other concepts. The works thing now is that I have to learn again angular 2 since it's a different framework, it seems similar in some parts but has changed and when you finally think that you are set with a framework one must learn something again. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

Learn angular 2 and not angular 1 Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

Creating many core parts of the applications as well as some integration with other APIs Review collected by and hosted on G2.com.

Vinnod K.
VK
Development Team Lead
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

Very easy and light JavaScript framework. Lots of support as well Review collected by and hosted on G2.com.

What do you dislike about angularjs?

Sometimes with the release of new version some API are discontinued. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

All sort of front end solutions. Review collected by and hosted on G2.com.

Verified User in Outsourcing/Offshoring
UO
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

Components is number one and number two is dependency injection Review collected by and hosted on G2.com.

What do you dislike about angularjs?

I dont like implicit watchers that are created there should be some better control over that process. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

Building the frontend for the web applications. The code is well organized, it is quite fast to develop new features so i highly recommend this product to anyone looking for js framework to start with. Review collected by and hosted on G2.com.

André M.
AM
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about angularjs?

Two way data binding, definitely. How could people survive without it? .But besides that angular is very expressive, you don't need to write much code to get good results, making it a great tool for prototyping. You can get your idea up and running in no time. Review collected by and hosted on G2.com.

What do you dislike about angularjs?

All said above is great once you know angular. Since it introduces some new concepts it is very different from other js libraries out there, so the learning curve is quite steep. It is easy to learn the very basics, but the more advanced features are quite tricky. Other dislikes is that if you have too many variables in your scope the performance starts to go down. I also find the controllers a bit "messy": even if your app has kind of independent pages (components), everything still seems to be altogether in the source code. Fortunately angular2 is here to solve most of the problems with angular1. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

If you are starting with js now (2016), I suggest you to take a look at angular2: many improvements over v1. Also for who is starting: don't give up, it is hard in the beginning but at some point it just clicks and everything starts making sense. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

I used angular1 to build a niche app (both hybrid and webapp) for an institution. It works fine for the almost 10k users. Review collected by and hosted on G2.com.

Brett J.
BJ
Software Development Co-op
Computer Software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

I like that there is a large ecosystem of Angular plugins and there is a lot of community driven documentation available (a la Stack Overflow). Review collected by and hosted on G2.com.

What do you dislike about angularjs?

It's the little things about Angular that will drive you insane. Often no error messages will show up when things aren't working right. When the error messages do show up, they're often very unhelpful and there is no semblance of a callstack or much that would show you where the issue lies.

Performance is also not the greatest. Angular has a reputation for doing a lot of polling for changes instead of being able to just hook in and listen. If you're putting hundreds of items in the scope, the browser will lag. Angular requires users to manage aspects for performance that you otherwise wouldn't think of having to manage. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

Angular 2.0 is mystery. Is anyone adopting it? Angular 1.x support is up in the air and I've seen no usage of Angular 2.0 in the wild. Angular 2.0 uses TypeScript (a Microsoft invention) which transpiles to Javascript, and seems like a completely different product. This should concern enterprise users. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

We are solving the issue of developing with speed and organizing a large enterprise application with Javascript. Through the right processes, Angular is well-suited to allowing organizations to create large front-end codebases. Review collected by and hosted on G2.com.

Andy I.
AI
Senior Fullstack Engineer
E-Learning
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

Big community, lots of contributed components available Review collected by and hosted on G2.com.

What do you dislike about angularjs?

Angular is a pain to learn and get started with. Everything is doable, but figuring out the right way to do it can mean bouncing around the web, with each article/blog recommending something else. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

I keep hearing the next version is going to be better! Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

Need to make a Single-Page Application driven by APIs Review collected by and hosted on G2.com.

Maryanne (Mac) P.
MP
Developer
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

Angular 1 was a great javascript framework for displaying dynamic content - kept the html DRY by allowing chunks to be rendered in a loop. 2 way data binding allows for instant updates - so long as the update happens within the angular digest cycle. Review collected by and hosted on G2.com.

What do you dislike about angularjs?

The learning curve was pretty high, the documentation sometimes not great, and it didn't interact very well with jquery modules. Slowed down loading time on websites. Single page apps are not very SEO friendly. Anything updated outside an angular digest cycle is completely missed, and workarounds are lengthy and timeconsuming. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

Wait until Angular 2 is stable, then see if there are any real contenders. So far, they continue to put out breaking changes, and the documentation isn't really keeping up. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

AngularJs allowed for really dynamic content, and there were a lot of angular versions of things that angular didn't interact well with - bootstrap, jquery. Review collected by and hosted on G2.com.

Aniruddha B.
AB
Module Lead
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about angularjs?

* A wide array of plugins to help build awesome products.

* Industry wide use and backing of solid firms.

* Great documentation to help beginners.

* Awesome welcoming community Review collected by and hosted on G2.com.

What do you dislike about angularjs?

* Steep learning curve - Getting started with Angular is easy, but learning some of the advanced features can make you pull your hair.

* Lack of error messages

Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

If you're starting right now, look into latest Angular 2. Although, earlier versions are still used all over industry and would need constant support. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

* Easy to build MVP.

* Building great front-end solutions - SPA's

* Mobile apps using Ionic Review collected by and hosted on G2.com.

Verified User in Internet
UI
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about angularjs?

I like that AngularJS has a number of prebuilt solutions to plug into HTML and CSS for enabling websites to behave in desired ways. In many cases, different websites will have similar behavior and AngularJS as a framework supports many of these behaviors out-of-the-box. Once one has mastered a few basic concepts - directives and controllers, in a nutshell - AngularJS opens a world of front-end goodies. Review collected by and hosted on G2.com.

What do you dislike about angularjs?

For front-end designs that are responsive to user behavior, JavaScript is unfortunately the only major language. As a Rubyist coming into AngularJS, there is definitely a learning curve and I would prefer if there were another language besides JavaScript that performed this functionality. I also don't like that the variables are packaged in as a string, such that parameters passed to a controller or directive need to be written in the same order as in the functions they enclose. That can cause problems that are difficult to debug. Review collected by and hosted on G2.com.

Recommendations to others considering angularjs:

Unfortunately, AngularJS is one of the best of a relative paucity of JavaScript options for animating the front-end. It has a learning curve for people accustomed to using other types of software, although it is still manageable. Review collected by and hosted on G2.com.

What problems is angularjs solving and how is that benefiting you?

I am trying to solve webpages being responsive to User behavior on the page. For example, we have a number of autocomplete fields on our website and AngularJS allows us to plug the Javascripts into the HTML forms so we can make the page have the autocompletes. We also want to pass parameters to autofill forms on our website, and AngularJS helps us with that. Review collected by and hosted on G2.com.