Learning Angular (2018)
1h 40mBeginner2018-02-08
Authors

Ray Villalobos
Senior Staff Instructor at LinkedIn Learning
Course details
Frameworks can help you get things done quickly by providing a model for development that yields special functionality. This course helps to acquaint you with a "superheroic" JavaScript framework for building single-page web applications—Angular. Ray Villalobos introduces the main features of the Angular framework, which was designed by Google to help you quickly develop web applications with advanced features like declarative templates and data-binding. Ray begins by explaining how to work with the Angular CLI, and demonstrating how to install additional frameworks—including jQuery and Bootstrap—to an Angular project. He then explains how to work with templates in Angular, bind data to templates, use lifecycle methods, and more.
Learning objectives
What is Angular?
Working with templates and events
Using CLI generated components
Binding data to templates
Working with two-way data binding
Using lifecycle methods
Creating subcomponents
Learning objectives
What is Angular?
Working with templates and events
Using CLI generated components
Binding data to templates
Working with two-way data binding
Using lifecycle methods
Creating subcomponents
Skills covered
AngularFront-End Web DevelopmentLearningWeb DevelopmentOpen Source
Concepts
0. Introduction
- 01 - Welcome
- 02 - What you should know
- 03 - Using the exercises for this course
1. Using the Angular CLI
- 04 - What is Angular
- 05 - Using the Angular CLI
- 06 - Understanding Angular CLI projects
- 07 - Using CLI generated components
- 08 - Installing additional frameworks
2. Getting Started
- 09 - Understanding templates in Angular
- 10 - Binding data to templates
- 11 - Working with events
- 12 - Using properties
- 13 - Working with two-way data binding
3. Working with Components
- 14 - Using lifecycle methods
- 15 - Creating subcomponents
- 16 - Filtering content
- 17 - Adding subcomponents
Next Steps
- 18 - Conclusion