Hacker News new | ask | show | jobs
by iSnow 3381 days ago
>Should your UI framework ship with an IoC container? you wouldn't expect your ORM to do that, this is a separate concern.

I'd rather compare Angular to Spring, which is also built around IoC and has it's own IoC container.

1 comments

> I'd rather compare Angular to Spring, which is also built around IoC and has it's own IoC container.

Angular isn't like Spring, it's like JavaFX or SWT, or WFP. Angular isn't a web-server framework. The fact that it tries to come with its own IoC container is a mistake, and a legacy of Angular 1 mindset.