I'm an expert JS/ReactJS dev learning AngularJS to work on legacy code. What (or where) is a succinct rundown of high- and mid-level concepts I need to know?
I've been trying to watch a YouTube series called Angularjs Tutorial - Complete (Fundamentals to Advanced.
This series is probably great for people who know nothing about JavaScript frameworks, but it is far too slow/thorough for me. For example, AngularJS: Understanding Scope Inheritance is a half hour video that could have been a single sentence: The $scope
of a nested controller inherits the properties of its parent's $scope
.
It's possible that later videos in the playlist will cover more advanced topics with the assumption that you know what you're doing in JavaScript, b