From Angular JS to Angular 20, Angular has evolved in a surprising way, greatly easing the learning curve while keeping the core idea intact—the idea that you don't have to struggle with installing external things for routing (like React), that you have the code separated into business logic vs. views, as well as styles, that there is a more standardized directory structure, interceptors, guards, the initializer, services, helpers, utilities, and many things already predefined at your disposal, saving a lot of time and headaches. That's why Angular has always been my preferred framework. Its implementation, in conclusion, is that it is easy to start working with it, although using it later can tend to be more complex. Review collected by and hosted on G2.com.
There are 3 problems in Angular that are the only things that bother me. The first is that libraries almost always get abandoned between each version. A library comes out in Angular 20, and by Angular 22 it no longer has support, and the creator has left it there even if it's quite popular and no longer works, so now you have to see if someone forked it and continued the work, if not, well, just see how to adapt it and so on. The second problem is that with so many versions, sometimes when you search for something on Google, or ask an AI to help you, you get versions that don't match the one you're using, either too high or too low (even searching for Angular 2+ you get Angular JS), so everything is very fragmented. And the third and current issue is that I feel they are doing many "React-like" things which are taking away a lot of weight from Angular itself, but despite that, removing other libraries like RxJS that are complex and add more complexity is very good, so even though I don't really like the idea of incorporating things like React, I agree with continuing down that path if it means the learning curve is less complex. Review collected by and hosted on G2.com.
Angular est une technologie front end très populaire chez les développeur front-end comme full-stack. Il est facile à prendre en main et son intégration dans des environements front end est plutôt simple. En tant que développeur fullstack, je l'utilise constament et je dois dire que la communauté autour est grande et cela permet de pouvoir profiter au maximum des fonctionnalité que posséde le framework. Review collected by and hosted on G2.com.
Hônnetement rien, la framework est complet. Par contre la documentation n'est en certain point pas assez explicite lors de explications. Review collected by and hosted on G2.com.
The features that make me fell in love with angular.
1. It has a well defined folder structure with seggregated folders for your html, css, and typescript.
2. It uses typescript which actually reduce a lot of bug in your project.
3. Angular is not limited to build webapps you can also build crossplatform mobile apps using Ionic Framework.
4. The ease of implemention complex logic and support of integration with other 3rd party libraries.
5. Once you learn angular you can easily implement a complex problem.
6. The lifecycle methods give more controls over the component.
7. Change detection cycles improve the performance of you app.
8. You can put your question directly to community which reduces the to and fro questioning to customer support.
9. Inbuild template literals like @for @if @else and in recent upgrade @let make it very easy to use some logics in html file itself.
10. I use angular daily for my projects and apps.
11. The 2 way binding of data from parent to child and vice-versa. Review collected by and hosted on G2.com.
Learning angular for a newbie is quite difficult because it uses the concept of class, OOPs and Dependency Injection which make it a little complex and time taking to learn with comparision to other JS frameworks. Review collected by and hosted on G2.com.
I think the best thing about angular is that it has a great structure that allows you to modulate your application, this helps to create large projects that can be subdivided into small modules. In addition, with the help of typescript the code is better structured and it is much easier to understand it. Angular has an extensive community of people who contribute every day to its growth and has very good documentation to carry out different projects. Review collected by and hosted on G2.com.
I think one of the most complicated things about Angular is that its learning curve is a bit long, compared to other frameworks. Added to this, the number of updates that are made from time to time, makes the learning capacity more difficult since many new features come out or certain features change that make it a little complex when it comes to learning. Review collected by and hosted on G2.com.
Angular is a framework which helps in building interactive frontend and it has modular architecture which helps to maintain code easily and flexibile to use and also its maintainility helps in maintaining big projects it has so many features like data binding and dependency injection which helps making development easy and quicker. Review collected by and hosted on G2.com.
After building the budle size is very big which impacts the intial load time of the project.While migrating to newer version i faced problems due to large codebase its difficult to change and maintain the same code evrytime in each migration changes. Review collected by and hosted on G2.com.
As we know that angular is the one of the famous and trending framework nowadays. Angular is written in typescript and also its primary purpose to develop a single-page application or we can say components in angular word.It has lots of good features like as typescript, Data Binding, RxJs, also we can have testing components given .Angulars architecture is the best. Also angular CLI is time saver and best feature of angular. Review collected by and hosted on G2.com.
As we know in angular typescript has been used so for beginners its little bit challenging. Also when we build the angular project then bundle size more so it will take some initial time. Review collected by and hosted on G2.com.
In angular coding is done in components wise which is best for web development and angular is easy to use and implement. Review collected by and hosted on G2.com.
In angular some libaray are not support, have to increase this functionailty Review collected by and hosted on G2.com.
One of the best about Angular is that it uses Typescript which fixes most data type issues while development. Angular has bundled all the necessary libraries like routing, forms, testing, translation modules which reduces the need for third party libraries. It has a lot of features RxJs, Data Binding, Dependency injection which helps in faster development and it has a great architecture to organize a big project into modules. Review collected by and hosted on G2.com.
Major dislike about Angular is that it has of things to learn and it takes a lot of time. Migrating an older Angular project to a later version is a tedious process since there are too many changes in each version. Review collected by and hosted on G2.com.
The best part of angular is its framework of javascript which makes it best for front end developers. Review collected by and hosted on G2.com.
Less documentation on updates is the only thing to dislike in it. Review collected by and hosted on G2.com.