Sam Julien's Digital Outfitter/Upgrading AngularJS Part 1: Getting AngularJS to Best Practices

  • $95 or 2 monthly payments of $50

Upgrading AngularJS Part 1: Getting AngularJS to Best Practices

  • Closed

Contents

Watch this First

Check out this overview of Upgrading AngularJS, including how to think about these courses, the course platform, and the sample code.
Course Overview
Preview

Module 1: Intro and Overview

Welcome to the first step on your upgrading journey!
A Quick Note On Definitions
Reframing Your Upgrade
Preview
Your Upgrade Roadmap
Preview
Angular Documentation
Quiz: Module 1

Module 2: Your Files

Style Guide
One Object: App Service
One Object: Controller
Organize By Feature: Customers
Organize By Feature: Products
Organize By Feature: Shared
Organize by Feature: Directives
Finish Moving Files
Quiz: Module 2

Module 3: Package Management with Node

Overview: Moving to npm
Installing npm and node
Setting Up package json
Adding dependencies
Updating Index
Moving from Bower
Final Touches
Quiz: Module 3

Module 4: Updating AngularJS

Update Docs
Updating to 1.4
Merging down
Assignment: Update to 1.5
Updating 1.6
Merging 1.6
Quiz: Module 4

Module 5: Your Architecture

Component Architecture
Converting Controllers: ControllerAs
Converting Controllers: Component
Converting Controllers $onInit
Converting Controllers: Template
Converting Controllers: Route
UI Router
Quiz: Module 5

Module 6: More on Components

Extracting Out a Component
Assignment: Customer Detail
Resolving Data in Routes
Convert Navigation Directive
Converting ngInclude
Passing Data Between Components
Refresh App And Review
Assignment: Finish Components
Quiz: Module 6