|
|
|
|
|
by findingFounders
1459 days ago
|
|
looks like Standalone Components, which are in preview in the latest v14, may yet see the deprecation of angular modules, or at least give more options to devs https://angular.io/guide/standalone-components With decorators and dependency injection at least you're learning a concept which has been quite widely used across some popular languages/frameworks, there's a chance you'd already have come across these ideas in learning programming. rxjs definitely can take some learning time, though to get started with basic things like handle an api request with observable it doesn't take long. There's a whole lot you can do, and that power is quite useful for complex scenarios. |
|
Powerful tools often put people off because they appear complex. Often that complexity is at least partly an illusion - once you've learned the abstractions, much of what seemed to be complexity can actually be very simple.