2026 Best Software Awards are here!See the list
Angular

By Angular

Re-claim Profile

Re-claim your company’s G2 profile

This profile hasn’t been active for over a year.
If you work at Angular, you can re-claim it to keep your company’s information up to date and make the most of your G2 presence.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Re-claim
4.5 out of 5 stars

How would you rate your experience with Angular?

It's been two months since this profile received a new review
Leave a Review

Angular Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

4 months

Perceived Cost

$$$$$

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

Angular-Bewertungen (163)

1 Video-Bewertungen ansehen
Bewertungen

Angular-Bewertungen (163)

1 Video-Bewertungen ansehen
4.5
163-Bewertungen

Review Summary

Generated using AI from real user reviews
Benutzer loben Angular konsequent für sein strukturiertes Framework und leistungsstarke Funktionen, die die Entwicklung komplexer Anwendungen erleichtern. Die Integration von TypeScript verbessert die Wartbarkeit des Codes und reduziert Fehler, was es zu einer bevorzugten Wahl für große Projekte macht. Viele bemerken jedoch eine häufige Einschränkung in seiner steilen Lernkurve, die für Neulinge herausfordernd sein kann.

Vorteile & Nachteile

Erstellt aus echten Nutzerbewertungen
Alle Vor- und Nachteile anzeigen
Bewertungen durchsuchen
Bewertungen filtern
Ergebnisse löschen
G2 reviews are authentic and verified.
Daniel E.
DE
Front End Web Developer / UI Developer
Mid-Market (51-1000 emp.)
"It's a great framework for business solutions"
What do you like best about Angular?

I like how every component has its own css and html files all together vs globally Review collected by and hosted on G2.com.

What do you dislike about Angular?

I dont have many complaints about it. I like it equally to react, maybe a little better. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Pretty good! Not my favorite but probably #2"
What do you like best about Angular?

Fairly simple to learn, and lots of libraries you can integrate. Review collected by and hosted on G2.com.

What do you dislike about Angular?

A little clunky, having 3 separate files for html, ts and spec.ts is nice but starts to get busy. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise (> 1000 emp.)
"Angular is bulletproof framework for web applications rapid development"
What do you like best about Angular?

1) Angular has code generator in form of CLI utility that can do many things. For example: create project skeleton, create component, service, module or many other application elements and add them to the project. feature set can be tuned during creation. Unit test is generated at the same time.

2) Clear and solid application architecture based on many developed Google products. And Google has never failed.

3) perfect documentation

4) embedded UI library Google Material Design. It is de-facto standard for modern application. Using this UI library allows to avoid hiring UI designer. You will need UIX design though but basic setup . can be done by following Material Design principles

5) Angular playground embedded to Material Design Angular. You can try in browser and copy-paste code right from UI Components Catalog Review collected by and hosted on G2.com.

What do you dislike about Angular?

I have nothing to complain about Angular. This product is high Google style and standard Review collected by and hosted on G2.com.

Rost G.
RG
Software Consultant
Small-Business (50 or fewer emp.)
"Angular is framework to turn your work into fun."
What do you like best about Angular?

It's the way the HTML should be from the beginning Review collected by and hosted on G2.com.

What do you dislike about Angular?

New versions are introduced too often where the upgrade process is getting tricky Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
AI
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"One of the best framework to build mobile and desktop application"
What do you like best about Angular?

We can build application easily to compare other framework, routing and authentication guards are most powerful in Angular. Easy and understandable document are provided by Angular core team to understand the flow of angular. Review collected by and hosted on G2.com.

What do you dislike about Angular?

compare to other framework, angular generates long bundle size. Some of require modules not available Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Small-Business (50 or fewer emp.)
"Not bad. But UX seems to be little off"
What do you like best about Angular?

Cost is affordable and the features are not too much. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Icons and the colouring. It doesn't do self explain. Too bright coloured icons are in dark theme. Review collected by and hosted on G2.com.

Verified User in Electrical/Electronic Manufacturing
IE
Enterprise (> 1000 emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Angular Application Developer"
What do you like best about Angular?

Two way communication is the best feature of application developed using Angular. Single page application easily developed using this framework. Review collected by and hosted on G2.com.

What do you dislike about Angular?

when the size of data Increase then it's performance became down but overall it's a good framework to develop more complex dynamic application Review collected by and hosted on G2.com.

Vijay C.
VC
Software Engineer
Computer Software
Mid-Market (51-1000 emp.)
"It is the platform which made my future and started my UI journey"
What do you like best about Angular?

It is very modular to use and i liked it the most the component and the services make my code more easy to read and make more flexible to share and push on git repositories. it can be handled very easily and very easy customization. i was very afraid of UI but when i started using it my life changed and now i am a good UI designer Review collected by and hosted on G2.com.

What do you dislike about Angular?

I disliked the routing part many times he routing is not done and i have to do it and it sounds very crazy and there many times error are created.i guess it will be easily fixed Review collected by and hosted on G2.com.

Ulises T.
UT
Software Engineer
Computer Software
Small-Business (50 or fewer emp.)
"Go to professional front-end framework"
What do you like best about Angular?

This is definitely the most complete framework that I have used for front-end development. The documentation is amazingly useful and has awesome examples that you can use and expand on your application.

I prefer to use a JavaScript framework than using template views, such as blade, razor, etc. because at the end, it will all work with JavaScript, and it should be the way front-end web apps work because it is the true client app language. Angular 2+ uses TypeScript which is then transpiled into JavaScript. TypeScript is basically JavaScript on steroids, because it uses the language's syntax plus strongly typed capabilities, making JavaScript use return types and typed parameters!

Besides Angular being modular itself, it can be upgraded with custom modules and libraries that can be injected. Even for better loading, it can be injected in specific places so it is not loaded all the time.

It has a very robust and great routing system that focuses on accessibility which makes access restriction very easy.

Angular CLI? just try "ng serve -o" and you'll fall in love with it. If it isn't enough, try "ng build --prod" and see what it does ;). Review collected by and hosted on G2.com.

What do you dislike about Angular?

Even though this is my favorite framework, I have to confess that it really is a bit heavy to work with and a somewhat slow start when you need to configure the base of your application, such as the way you will handle the routes, your models, interfaces, etc.

But the worst of it is, that if you are planning on using it with other technologies, you will really need to know what you are doing. Specially if you will use it with for example .NET Core. An amazing combination, but need to pay close attention to the app's build process. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
II
Small-Business (50 or fewer emp.)
"Angular JS for UI development."
What do you like best about Angular?

Allows for better-managed UI. Ease of use. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Havent come across anything that I dont like at the moment. 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
Product Avatar Image
Angular