AngularJS 1: Adding Registration to Your Application

Go to class
Write Review

Free Online Course: AngularJS 1: Adding Registration to Your Application provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 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. AngularJS 1: Adding Registration to Your Application is taught by Ray Villalobos.

Overview
  • Create a simple registration system that allows users to log in and out of your web applications with AngularJS and Firebase.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Working with the exercises
    1. Setting Up AngularJS
    • What we're building
    • Adding a basic MVC structure
    • Using routes
    • Creating basic controllers
    • Working with AngularJS validation
    • Processing form input
    • Including navigation into our application
    2. Managing Registration with Firebase
    • Integrating Firebase
    • Adding Firebase registration to a controller
    • Abstracting authentication into a service
    • Storing registration info in our database
    • Logging users into our application
    • Detecting authentication events
    • Logging users out of our app
    • Controlling authentication on pages
    • Improving our registration flow
    Conclusion
    • Next steps