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 12

Angular Overview

What is Angular?

Angular is a development platform for creating applications using modern web standards. Angular includes a wealth of essential features such as mobile gestures, animations, filtering, routing, data binding, security, internationalization, and beautiful UI components. It's extremely modular, lightweight, and easy to learn. 2.0 is in Beta!

Angular Details
Show LessShow More
Product Description
Angular is a development platform for creating applications using modern web standards. Angular includes a wealth of essential features such as mobile gestures, animations, filtering, routing, data binding, security, internationalization, and beautiful UI components. It's extremely modular, lightweight, and easy to learn. 2.0 is in Beta!

Seller
Description

Angular is a technology vendor specializing in providing advanced solutions for web development. Their expertise lies in the Angular framework, which is designed for building dynamic and responsive single-page applications. The vendor offers a range of services, including consulting, training, and support, aimed at helping developers and organizations leverage the full potential of Angular. For more information, visit their website at https://angular.cz.

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.
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.

SK
Web Designer
Mid-Market (51-1000 emp.)
"Angular is a very strong alternative to the React framework."
What do you like best about Angular?

Angular offers better management of components and how the come together to create a complete user interface than React. There is also better built in support for management of state as well as a better and more comprehensive documentation. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Angular is a bit more difficult to get started with and learn unlike React because it comes with a number of complex definitions for the building blocks and state management features. Review collected by and hosted on G2.com.

Verified User in Program Development
UP
Small-Business (50 or fewer emp.)
"Angular best spa framework"
What do you like best about Angular?

I like that fact that we can build single page applications from angular and how it has been growing over the past few years. The community support is also amazing. The integration with css right when you create the application as well. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Aside from the fact that angular takes a lot out of you to build an application and then scaling the application if need be which is a great deal of work I am mostly satisfied with the way angular works. Review collected by and hosted on G2.com.

IO
Web Designer
Small-Business (50 or fewer emp.)
"The lastest Angular 8 is a massive improvement on AngularJS"
What do you like best about Angular?

I love using the Angular CLI, first of all to generate a new project quickly with all the dependencies, to also generate components and services automatically instead of adding them manual where you can forget to import them in the app module file. Angular.io site has a wonderful documentation with starter project to guide and streamline your learning experience Review collected by and hosted on G2.com.

What do you dislike about Angular?

The nature of building an angular project using component generates alot of files which becomes confusing as the project grows. For instance , every component you generate using the CLI comes with 4 separate files for each component Review collected by and hosted on G2.com.

BT
Web Designer
Small-Business (50 or fewer emp.)
"Component based web application development with Angular "
What do you like best about Angular?

With angular you can divide a project into small components that come together to build a fully functional application. This makes for easier maintenance and debugging. This approach also makes it simple to divide tasks and sign them to different teams that work independently. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Angular is a bit intimidating for learner mainly because of the terms used to refer to different functionality like injectables, directives, observables, subject but one you get to understand the terms and their meaning, the learning becomes simpler Review collected by and hosted on G2.com.

TB
Lead Software Developer
Small-Business (50 or fewer emp.)
"Great JS Framework to build your app"
What do you like best about Angular?

Angular from Google is a great set of tools and libraries that helps you quickly build and develop your internet applications. It's a great way to go and very easy to learn. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Documentation could be a bit better written. Review collected by and hosted on G2.com.

Kostya N.
KN
Wanna get stuff done? I'm heading to you!
Financial Services
Small-Business (50 or fewer emp.)
Business partner of the seller or seller's competitor, not included in G2 scores.
"Best solution for Enterprice grade front-end applications"
What do you like best about Angular?

Buildtin rails for app building, testing, code quality checks etc. Review collected by and hosted on G2.com.

What do you dislike about Angular?

Lack of good design systems supports. Currently best one is Material and Nebular Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

4 months

Perceived Cost

$$$$$
Angular