Hacker News new | ask | show | jobs
by wokwokwok 1379 days ago
?

This reads like too much cool aid.

Angular is an entirely application stack, “choices made for you”. uses dependency injection out of the box, has a complex module system (eg. How you used to have import Material components one by one). It’s observables all the way down.

How can you argue that’s not complex? It’s super complex.

I mean, let’s just take an example, say, making a library… https://angular.io/guide/creating-libraries

Now let’s look at https://kit.svelte.dev/docs/packaging

Quite the difference.

I’m a modest fan of angular because it produces good stuff… but not because it’s simple or easy to learn.

You get good solid engineering outcomes with it.