Angular Standalone Components
One of the features that Angular v14 provided as developer preview and fully released in Angular v15 is Standalone components.
For me, it was an interesting topic to follow starting from the RFC (which BTW, I encourage every developer to follow as ma...
blog.mihaioltean.com9 min read
Egi Mata
Software Engineer | Game Developer
Great article!! Comforting and well structured, but I am a bit sceptic on going all-in for standalone components/services. Is it really a good choice if I start doing it?
I am working with a lot of modules. And I don't know how will I deal with dependency injection of services.