Course overview - lordoftheflies/angular-essential-training GitHub Wiki
Selecting transcript lines in this section will navigate to timestamp in the video
- We'll go over the angular framework architecture and get an understanding of the lay of the land. This will be a high level overview of the parts that you use to write applications in angular, as well as concepts and approaches that the framework applies that you need to understand. With that in the books, we will turn our attention to writing code the rest of the way. We will building a media watch list application throughout the rest of the course, and along the way, you will learn how to leverage all of the core mechanics of the angular framework to do so. This media watch list app will allow users to add media items to watch, see their list and focus it down to just movies or series and delete media items from their list. The app will have a single screen experience and will swap out views for lists and the media item form. By the end of this course, you will have learned enough of the angular essentials to be able to build out a functional web application.