Angular Is Your Best Shot To Land A Frontend Job
Lorenzo Zarantonello

Lorenzo Zarantonello @lorenzojkrl

About: Life form exploring his surroundings

Location:
Helsinki
Joined:
Aug 11, 2021

Angular Is Your Best Shot To Land A Frontend Job

Publish Date: Oct 17 '24
58 41

According to the 2024 Stack Overflow Developer Survey, most people who learn to code learn React.

Learners Market

Not too bad, many jobs position requires React.
However, look at the following table.

Learning to code

This table tells you how many people are learning a certain framework among the people who are learning to code.

  • React — 36.6%
  • Next.js — 17.9%
  • Flask — 17.3%
  • Django — 14%
  • Vue — 11%
  • Svelte — 10%
  • Angular — 9%

Do you see anything strange?
Maybe not.

Let's look at the job market.

Job market

I did a quick search on LinkedIn.
Clearly, it's not a bulletproof statistical analysis but maybe it can give you a hint.

Jobs requiring a certain framework in the US, Germany, and India

This table shows the number of jobs mentioning a certain framework in the US, Germany, and India (LinkedIn).

Conclusions

As I said, this is a very rough exercise.

  • Job positions requiring Angular are second to React and well ahead of any other frontend framework.
  • Only 8% learn Angular, while 30% to 40% of job positions require Angular.

Given this asymmetry, Angular might be your best shot at landing a front-end job.

Free link to the full post.

Comments 41 total

  • TypeType
    TypeTypeOct 17, 2024

    It is necessary in design not to forget about qualitatively made variable fonts, which can help TypeType

  • Alois Sečkár
    Alois SečkárOct 18, 2024

    This may apply now, but what about in 5 years?

    • Sergio Che
      Sergio CheOct 19, 2024

      I'll do my bet. In 5 years React to Angular will be as php to java now. Laravel (or any php framework) to Spring.

    • Sonu Kapoor
      Sonu KapoorOct 20, 2024

      The Google team has officially said it plans to work on Angular for the next 10 years. This was stated in the Angular 18 release: https://www.youtube.com/watch?v=DK8M-ZFjaMw&t=5s I think this shows that Angular is here to stay.

      • Lorenzo Zarantonello
        Lorenzo ZarantonelloOct 22, 2024

        Thanks for the reply! Honestly, I didn't know what to say.
        5 years in tech is forever. Anything can happen!

    • Guillermo A
      Guillermo AOct 23, 2024

      Nobody knows the future. Perhaps another framework will take over. You may not be alive in 5 years. SQLite will be the new hawt database of choice for production. Who knows!

  • Ashutosh Sharma
    Ashutosh SharmaOct 19, 2024

    LOL

  • JWP
    JWPOct 19, 2024

    Angular lost their top position when they failed to modernize their architecture. We see just this month that stand-alone apps are the default after a 5 year lag of getting rid of ng-modules which eventually clashed with ECMA. I feel that angular team needs new leadership; however it's pretty hard to compete against React's excellent design.

    • Lorenzo Zarantonello
      Lorenzo ZarantonelloOct 22, 2024

      Pretty strong words considering what they have done in the last few years, imo.

    • Guillermo A
      Guillermo AOct 23, 2024

      They have realized the bad decision and are striving hard to fix it. There are many changes coming to the framework.

  • Vinay Patil
    Vinay PatilOct 19, 2024

    Angular is here to stay, much like modern-day Java. Large enterprises have heavily invested in building their ecosystems around Angular, which continues to excel in powering production-grade applications.

    More importantly, not all applications demand extreme performance; many prioritize a scalable, robust architecture—something Angular delivers seamlessly through its foundational design

    • Dirk Porsche
      Dirk PorscheOct 23, 2024

      Yes. Enterprises are still into the Java-Side-Of-Things. That's a sad truth. But for your own sanity you shouldn't support it. If they don't find the devs to support that stuff, they need to pivot to something else (something more enjoyable to work with).

      • Fyodor
        FyodorOct 23, 2024

        That’s not how the job market works unfortunately

  • steve
    steveOct 22, 2024

    If angular takes over I'm done.

    • Lorenzo Zarantonello
      Lorenzo ZarantonelloOct 22, 2024

      Why?
      Also, I don't think any framework/library will get an overwhelming market share soon.

      • Dirk Porsche
        Dirk PorscheOct 23, 2024

        For me Angular is a pain in the ass, too. I don't like all the abstractions they are enforcing. After all we are creating stupid simple websites, just stick with HTML, CSS and JavaScript and add a little sugar where it's needed. I like Svelte and HTMX (if the UI needs to be more backend driven).

        Maybe only React is worse, than Angular. And I truly don't understand why their stupid concept ever got any traction. I don't want to write HTML inside my JS files ... this is just wrong.

        • Debojyoti Ghosh
          Debojyoti GhoshOct 23, 2024

          I used to think so too. "HTML inside JS: what is wrong with you?"

          But then I started using React, and - it's been my favourite way of building websites ever since.

  • Rob Kohr
    Rob KohrOct 23, 2024

    I have been a lead engineer of both angular and react projects.

    Personally, I love react, and use it exclusively on all my personal projects.

    Having joined projects with code written by junior devs in both angular and react, I can see why large enterprise companies prefer angular, and if I had to start a new enterprise product, but knew that we were hiring engineers with diverse skill levels, I would chose angular every time, even though I like react better.

    The difference is poorly written angular code is still easy to navigate through, fix, and understand. Sometimes engineers can get "creative" and make a mess, but it isn't too difficult to untangle even the worst angular codebase.

    A poorly written react codebase though is an absolute nightmare. It gives you maximal flexibility, and you can devote that to shooting yourself in the foot.

    React is a more powerful, more expressive framework, but with great power comes great responsibility.

    Now coming back to the article, a lot of people choose React to learn. Partly because it is more popular, and I think partly because there is less to learn to be an effective React developer. Angular has more to learn, and I think that makes it less attractive to those who are starting out. Ironically, the very people that Angular is more suited for (those who need guard rails) are those who get turned off by the learning requirements.

    • Dirk Porsche
      Dirk PorscheOct 23, 2024

      I can feel you. I'm stuck in such React nightmare as well. But Angular is not the right solution, it just introduces more of a mental burden. Your Junior devs should solve real business problems and not juggle weird framework concepts. Make it simple(r).

      • Lorenzo Zarantonello
        Lorenzo ZarantonelloOct 23, 2024

        Yes, Angular learning curve used to be steeper than React.
        However, you get many benefits later e.g. standard routing lib, standard state management, etc. across Angular projects, even in different companies.
        With React it's a given you might use a different routing lib or state management solution if you change company. That requires some learning.

        • Dirk Porsche
          Dirk PorscheOct 23, 2024

          I'm actuall not arguing in favor of React, which is even worse in my opinion. But there are other options that don't have the learning curve, are closer to what a browser actually renders, and have a batteries-included approach ... like Svelte, for example.

    • Lorenzo Zarantonello
      Lorenzo ZarantonelloOct 23, 2024

      Great reply! I second everything you said!
      Same experience and same conclusions.
      I know Angular has a few new tutorials but I didn't try them myself.
      Leaving them here for the readers: angular.dev/tutorials

  • Dirk Porsche
    Dirk PorscheOct 23, 2024

    Maybe you could argue, that the companies currently using Angular will shift to something else (soonish), because they don't get the devs, they need. Chicken/Egg problem. So starting Angular now might put you in a situation not so favourable down the road. Just learn what you like most, get good at it, and you will fit somewhere.

  • Guillermo A
    Guillermo AOct 23, 2024

    Yes, Angular is superb and better than React (or any other framework) of landing you a frontend job. It's always best not to compete in a field that is saturated with younger (cheaper) workers.

    As an Angular developer of 9 years, going back to AngularJS 1.3, I must warn you that companies are still cutting down on hiring for Angular developers. Most of the roles are turning into Full Stack positions where they want an Angular frontend expert and somebody who can do C#/.NET or Java backend work + DevOps. Angular has been phenomenal for my family and me regarding work and income. Unfortunately, the current economy and tightening of organizational purses will not guarantee you a job in the field as quickly as they did before.

    • Lorenzo Zarantonello
      Lorenzo ZarantonelloOct 25, 2024

      Very good points there!
      Thanks for the insight!
      I think the fullstack trend is visible across frameworks.

  • Martin Baun
    Martin BaunOct 24, 2024

    I started with Angular as well a little over 4 years ago. It may not be the crowd favorite choice, but it's a fine framework that will serve you well if you dedicate time to learning it properly.

  • leob
    leobOct 24, 2024

    Interesting - I just wonder what kind of jobs these are - my hunch is that the kind of jobs requiring Angular are heavily biased towards "in house enterprise" type jobs ...

    I'm an (online/remote) freelancer and I'm not really targeting the corporate/enterprise market (it would be pretty hard to break into, even if I wanted to).

    As such, I think Angular would for me not be a great choice ...

    (and what a pity that Vue is so underrated - I feel that between React and Angular, Vue sort of offers the best of both worlds)

    • Lorenzo Zarantonello
      Lorenzo ZarantonelloOct 25, 2024

      Interesting perspective!
      It also depends on the market where you operate!

      • leob
        leobOct 25, 2024

        That's what I meant :-)

        But apart from that I think you made a good point :)

        • Lorenzo Zarantonello
          Lorenzo ZarantonelloOct 25, 2024

          And thanks for adding this perspective!
          I don't think we hear enough from software freelancers!
          Thanks!

          • leob
            leobOct 25, 2024

            You're welcome ... I was an employee at various companies before I became a freelancer - best decision I ever took haha! The freedom ... :-)

            • Lorenzo Zarantonello
              Lorenzo ZarantonelloOct 25, 2024

              You should write something about that:)
              Pros and cons, of course.
              But also freedom vs security, if that's the trade-off. Onsite/remote?
              What about the relationship with colleagues?
              Probably it's great to learn more also!

              • leob
                leobOct 25, 2024

                Nice idea, I agree that would be interesting - I'll keep it in mind !

    • A Makenzi
      A MakenziDec 29, 2024

      which is a problem right. who wants the best of both worlds,

      • leob
        leobDec 29, 2024

        "who wants the best of both worlds" - well, I do - and I think many others too :)

        I'll say it again - Vue is underrated - React probably has better marketing, but Vue has better tech ...

  • kirsten Jacks
    kirsten JacksNov 21, 2024

    Great article! Angular is undoubtedly a powerful framework for building robust and scalable web applications. Its component-based architecture, strong community support, and integration with other technologies like TypeScript make it a top choice for many developers.

    If you're looking to hire Angular developers, consider partnering with a reputable software development company. They can help you find skilled professionals who can bring your Angular project to life.

  • Douglas Neves
    Douglas NevesDec 10, 2024

    Angular is great if your focus is to be unhappy for the rest of your career.

  • Joeri Bijl
    Joeri BijlMay 28, 2025

    Fantastic article! Angular continues to stand out as a powerhouse for developing scalable and high-performance web applications. With its component-based architecture, strong community backing, and seamless integration with TypeScript, it's no surprise that developers favor it for complex projects.

    If you're on the hunt for talented Angular developers, partnering with a trusted software development company can make all the difference. Check out JS Jobs to connect with skilled professionals who can bring your Angular vision to life.

  • Carlos Thompson
    Carlos ThompsonJun 12, 2025

    This was a really revitalizing book. Trendier models may eclipse angular, but your approach emphasizes just how strong and employable the skill set actually is. Particularly on more significant projects, its methodical approach helps teams work more easily together.

    I valued your bringing up of TypeScript—too many people ignore its worth in a professional environment. Additionally effectively highlighted was the viewpoint of the employment market. Angular is obviously still very important, especially for jobs in businesses where consistency counts.

    Maybe sharing some suggestions for doable tasks to create would also benefit readers. Something little yet significant, such a CMS or dashboard. When implementing, that practical knowledge really makes all the difference. To delve deeper into the benefits of our Topographical Survey and discover why it's the perfect solution for you, click this link to access more information.

Add comment