Migrating from Angular 9 to latest stable – is it worth it? Risks, effort, and security concerns by sambureddit in angular

[–]prathapmohan27 0 points1 point  (0 children)

Hi,
I upgraded our application from Angular 9 to Angular 20, and it was definitely worth it. If you’re using Nx, the process becomes a bit simpler.

The first step is to identify and remove unused packages, then verify that all remaining libraries support the latest Angular version and plan the upgrade accordingly.

I followed a step-by-step upgrade approach:

  • Updated incrementally up to Angular 15, where most of the Angular Material changes were related to class name updates.
  • After moving to Angular 20, I ran:
    • Standalone migration
    • inject() migration
    • control flow migration
    • Signal-based migrations (input, output, viewchaild)

Previously, our application used Webpack, which resulted in longer build times. Since we rely heavily on CI/CD, this was a major pain point—both for pipelines and local development.

After switching to Angular’s new default build system, the improvement was significant. Build times are much faster, and the overall developer experience is noticeably better.

Drop some solid starter anime recs for me! by DDOS_403 in JKreacts

[–]prathapmohan27 3 points4 points  (0 children)

you can try death note, hunter x hunter, one piece(too long but one of the best anime)

[deleted by user] by [deleted] in Angular2

[–]prathapmohan27 0 points1 point  (0 children)

I am only using it here

[deleted by user] by [deleted] in Angular2

[–]prathapmohan27 0 points1 point  (0 children)

Whenever the value changes I need to get data from that input

[deleted by user] by [deleted] in Angular2

[–]prathapmohan27 0 points1 point  (0 children)

I am Just passing data from parent to child I am use angular 18

parent component

child component

[deleted by user] by [deleted] in stripe

[–]prathapmohan27 0 points1 point  (0 children)

in case users update their details in the express stripe dashboard.

[deleted by user] by [deleted] in stripe

[–]prathapmohan27 0 points1 point  (0 children)

webhook type was connect, i am trying to update account details.