Angular Fundamentals
https://www.pluralsight.com/courses/fundamentals-angular by Jim Cooper and Joe Eames Course Overview Course Overview Getting Started with Angular Introduction What Is a Web Framework? A Conceptual Overview of Angular Introduction to TypeScript Preparing Our Development Environment Installing Node Installing the Angular CLI Creating a New Angular Application Exploring Our New Angular App Cloning Our Demo App Creating Angular Components Introduction Creating Our First Angular Component Defining the Application Prefix for Components Using Inline Templates and Styles Accessing and Displaying Images Component Lifecycle Hooks Creating Additional Components Using Angular Template Syntax Introduction Understanding Angular Interpolation Binding to Component Data with Interpolation Using Attribute Bindings and Functions one way binding is done using square brackets and it's only from component to template Repeating Data with *ngFor Handling Events with Event Bindings Handling Null Valu...