Introduction
Building an interface with Angular
()
Using the exercise files
()
1. Building Custom Angular Projects
Working with the Angular CLI
()
Understanding a CLI project
()
Exploring your src folder
()
Adding your own node modules
()
Understanding the sample application
()
Customizing an application
()
2. Working with Subcomponents
Scaffolding your application
()
Lifecycle events when importing data
()
Passing data to subcomponents
()
Adding icons
()
Cross-component events
()
Filtering dates with pipes
()
3. Creating More Subcomponents
Using NgClass to toggle classes
()
Managing form submission
()
Creating your search component
()
4. Managing List Data
Creating a modified list
()
Sorting your list
()
Modifying drop-down display
()
Controlling sorting
()
Indexing your data
()
Updating records
()