Where to learn how to *actually* use Angular?

I've been actively programming for a while now, but I've more or less exclusively focused on backend work with a short stint (about 2 months) of Angular in '21 and now I want to get more familiar with frontend work. Partially so I can better understand (and support) the frontend devs at work, partially because learning is fun.

But I just don't know where to actually learn Angular. As previously mentioned I'm an experienced developer, and I have some exposure to Angular prior and currently at work but I find it hard to find resources aimed at experienced devs. I did the tour of heroes back in '21 but have since found out that it doesn't teach best practices (no state management lib and not unsubscribing from observables?).

Is there a (preferably free, preferably text based) "tutorial" out there to get me started before I venture out and build something? Something that shows me ropes of how (and why) I should do things? Is it https://angular.dev?

Oh wise magicians of the browser, teach me your ways.