Angular Fundamentals
https://www.pluralsight.com/courses/fundamentals-angular
by Jim Cooper and Joe Eames
Course Overview
- Course Overview
- 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
- 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
- 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 Values with the Safe Navigation Operator
- Hiding and Showing Content with *ngIf
- Formatting Data with Angular Pipes
- Introduction
- Styling an Angular Application
- CSS Encapsulation
- The NgClass Directive
- The NgStyle Directive
- Using CSS Frameworks with Angular
- Summary
- Introduction
- Communicating with Child Components Using Inputs
- Communicating with Parent Components Using Outputs
- Summary
- Introduction
- Creating an Angular Service
- Injecting a Service into a Component
- Encapsulating Business Logic in a Service
- Summary
- Introduction
- Observables
- Setting up the Proxy Server
- Making A GET Request
- Making a POST Request
- Summary
- Introduction to Routing
- Adding Routing to an Existing Project
- Creating Routes for Navigation
- Creating Redirect Routes
- Linking to Routes
- Navigating From Code
- Defining and Accessing Route Parameters
- Accessing Query String Parameters
- Styling Active Links
- Introduction
- Adding Template-driven Forms to an Application
- Binding to Form Controls with ngModel
- Submitting a Template-driven Form
- Providing Better User Feedback from Our Sign-in Events
- Using Template Variables
- Validating Template-driven Forms
- Working with Multiple Validators
- Exploring Form Controls and Data Types
- Introduction
- What Is a Module?
- Routing Modules
- Feature Modules
- Summary
- Introduction
- Unit Testing and End-to-end Testing
- Executing Unit and End-to-end Tests
- Modifying Unit Tests
- Summary
Comments
Post a Comment