Angular: Building an Interface

Go to class
Write Review

Free Online Course: Angular: Building an Interface provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Angular: Building an Interface is taught by Ray Villalobos.

Overview
  • Looking to get started with Angular? This course shows how to use this JavaScript framework to build an interface, helping you pick up key concepts by building something concrete.

Syllabus
  • 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
    Conclusion
    • Next steps