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

Top Rated Angular Alternatives

NetBeans
(670)
4.1 out of 5

Angular Reviews & Product Details - Page 15

Angular Product Details

Angular Integrations

(3)
Integration information sourced from real user reviews.

Angular Media

Angular Demo - Built with Angular 2
Built with Angular 2
Angular Demo - Built with Angular 2
Built with Angular 2
Angular Demo - Built with Angular 2
Built with Angular 2
Product Avatar Image

Have you used Angular before?

Answer a few questions to help the Angular community

157 Angular 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.
157 Angular Reviews
4.5 out of 5
157 Angular Reviews
4.5 out of 5

Angular 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.
James C.
JC
Career Services Manager, Colorado
Higher Education
Mid-Market (51-1000 emp.)
"The reason why Angular remains the most popular framework"
What do you like best about Angular?

Angular is by far one of the most popular and supported front-end frameworks out there. It's developed and supported by a team at google which gives it instant credibility and so many companies/employers are hot for angular and will be even hotter for angular devs when 2.0 is all rolled out.

In comparing a framework, I don’t look at the common criteria of performance, popularity, or size. (It’s good to know these things, but you can easily find that information elsewhere.) I actually care about something else. If i'm going to be supporting my app for it's lifetime, I want to make sure it's not more of a hassle down the road.

Most frameworks help you spin up apps quickly. That's all great but if you're in it for the long haul, you want to make sure you can easily support your app. Who really cares how quick you spun it up. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Too many frameworks fall into an all-too-common trap: they make it easy to get started quickly, which is great, and then make it very hard to maintain and extend your code over time.

Angular is known for having a steep learning curve and poor documentation. I think these are symptoms of a bigger problem. It’s not the documentation that’s at fault; it’s Angular. It’s just poorly designed. Here are a few of the flaws I discovered:

Finally, what we like to call, silent failure. It’s easy to do something wrong, have your app not work, and get no indication of why. Did you use "E" where you meant to use "A"? Your application just stopped working. Review collected by and hosted on G2.com.

André M.
AM
Small-Business (50 or fewer emp.)
"Great improvements from Angular 1"
What do you like best about Angular?

Angular2 brings massive improvements on code organization., specially with modules and components. It uses ES6 and typescript so the code becomes more readable and organized. Promises and observables are also really handy. There is no more $scope and data binding is achieved simply by variables within the class. Oh, and there is also a great performance improvement from v1 as well. Review collected by and hosted on G2.com.

What do you dislike about Angular?

There won't be backwards compatibility with previous versions, so if you're already using angularjs expect some major rewriting to comply with the new angular 2. It's not much of a dislike, but just a fact in case you're planning to upgrade. Starting now? Just go with Angular2! Review collected by and hosted on G2.com.

Cody B.
CB
Enterprise Web Architect
Information Technology and Services
Small-Business (50 or fewer emp.)
"Steep learning curve with solid eventual benefits"
What do you like best about Angular?

Angular represents a pinnacle of modern web development. For relatively complex, single-page web applications that need to perform like desktop apps, Angular delivers a lot of benefits. It promotes proper modularization of code and can help you organize a complex app into reusable components that are only downloaded as needed. Angular 2 promotes the use of TypeScript, a superset of JavaScript, which allows you additional benefits over pure JavaScript, which I like very much. Review collected by and hosted on G2.com.

What do you dislike about Angular?

I found the learning curve for Angular development to be somewhat steep, but that's coming from a developer who was shoving JavaScript into on-click handlers before JQuery was even born. The path to proficiency in Angular, for me, was not short. That being said, it forced me to modernize my tools, my workflow, and my overall front-end development approach. If you don't consider yourself up to speed on all the newfangled things like Node.js, CSS preprocessors, task runners like Gulp and what-not - you may want to think twice about diving into Angular development. If you're ready to up your game and the project can afford you or a team's learning curve, it might be worth it. Review collected by and hosted on G2.com.

Arthur F.
AF
Creative Technologist
Design
Mid-Market (51-1000 emp.)
"A huge step into the future of web apps"
What do you like best about Angular?

AngularJS 1 was already a great framework for building webapps and hybrid apps, but after using it for a while you start feeling the lack of code structure and some issues with performance. Angular 2 completely changes the game by introducing typescript as primary language and adopting the component based system. The performance improved a lot and it feels way more reliable than AngularJS 1. Angular 2 is also constantly being updated and normally issues that you may encounter will not last long. It is the beginning of the next generation framework. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Angular 2 is still in early stages. The beta version just got released so expect small bugs and lack of some features. In the long term it will be a great framework, but it is still not there yet. Another problem is that it has no compatibility with Angular 1, this means that everything that you have done with angular 1, you will have to completely rewrite for Angular 2. It makes sense as the structure completely changed but it is something to consider. Review collected by and hosted on G2.com.

Sri Krishna S.
SS
Database and Software System Analyst
Information Technology and Services
Small-Business (50 or fewer emp.)
"Angular 2 Beta"
What do you like best about Angular?

Ease of development.

The ability to truly move View related code to Front end.

Ability to do modular development in front end (javascript) Review collected by and hosted on G2.com.

What do you dislike about Angular?

Lack of books, and documentation, though it is expected of very new products Review collected by and hosted on G2.com.

Tomáš H.
TH
Freelance Web Developer/Architect/Consultant
Computer Software
Small-Business (50 or fewer emp.)
"I think this is a future of web development."
What do you like best about Angular?

TypeScript aided dependency injection, providers with hierarchical scopes, observables and RxJS support. New template syntax is fine. Review collected by and hosted on G2.com.

What do you dislike about Angular?

The "Expression has changed after it was checked" error. I fear this is going to be serious problem to be able to write code so that this does not happen. Also, ngBootstrap is incomplete, and Angular Material nonexistent . Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Just starting to learn NG2. It feels like starting over."
What do you like best about Angular?

Considering G2 has a separate entry for AngularJS, this review will only cover my limited experience with Angular 2.

My initial perceptions are largely position. Specifically, I'm a fan of:

- component-based architecture (feels like Web Components)

- one-way binding options (and killing off `$watch`es)

- promised performance (shadow DOM)

- powerful language options (Typescript, specifically)

- observables (well, probably) Review collected by and hosted on G2.com.

What do you dislike about Angular?

You will likely be starting. ALL over. New framework, new language, new build tools. Support is growing, expect to burn a lot of time just getting your bearings straight.

I have no production code in Angular 2 yet, only a few pet projects. Review collected by and hosted on G2.com.

Denis L.
DL
Front End Developer
Computer Software
Mid-Market (51-1000 emp.)
"Trendy 2016 Front End framework"
What do you like best about Angular?

ES6 syntax. Huge rendering performance optimization. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Early stage with all the consequences. Still small community. Small amount of ready-made solutions, in case you need custom dropdown, modal, etc - you have to build it from a scratch Review collected by and hosted on G2.com.

Verified User in E-Learning
UE
Small-Business (50 or fewer emp.)
"Great front-end web framework"
What do you like best about Angular?

I like the single-file ES6 (or Typescript) components. The documentation is off to a good start. Review collected by and hosted on G2.com.

What do you dislike about Angular?

The tutorials could be expanded, but it's still in beta, so there is time to improve on that. I think that the examples should use 4-space indentation, since it's easier to read than 2-space indentation, especially in languages with brackets. I think that Material Design tends to encourage people to go overboard with animation and that they should be more conservative with design. Materials Design looks like it's trying too hard, and it gets in the way due to its distracting nature. Review collected by and hosted on G2.com.

Austin S.
AS
Senior Ruby on Rails Programmer
Information Technology and Services
Mid-Market (51-1000 emp.)
"Great for FrontEnd "
What do you like best about Angular?

Angular is continuing to innovate and many things become easier in web application development when you separate the frontend and backend concerns. Review collected by and hosted on G2.com.

What do you dislike about Angular?

The ramp up for Angular 1 was very long. It took a while to understand all of the concepts, so I feel it is not a good choice for beginners.

Also, when you use any javascript framework you are dependent on browser support, so it limits your overall market. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

4 months

Perceived Cost

$$$$$
Angular Comparisons
Product Avatar Image
Laravel
Compare Now
Product Avatar Image
Django
Compare Now
Product Avatar Image
WordPress.org
Compare Now
Angular Features
Ease of Use
File Management
Multi-Language Support
Libraries
Community
Widgets
Angular