Angular 2, (Part 3 of 3): Updates and Best Practices
Interactive

Angular 2, (Part 3 of 3): Updates and Best Practices

Biz Library
Updated Jan 20, 2020

Put the tools that you've learned about to use! Discover how to complete the contacts list application with the tools you've learned about so far. Learn the best practices for Angular 2 as well as how to go about upgrading and updating Angular 1 applications to Angular 2.

Lesson 1:

  • Completing the App
  • Implementing the Delete Button
  • Implementing the Update Button
  • Demo: Delete
  • Demo: Update - Creation
  • Demo: Update - Services, Route, Navigation
  • Demo: Update - Add Function, Debug
  • Demo: Update - Mongo ID

Lesson 2:

  • Updates and Best Practices
  • Angular CLI
  • Simplified index.html
  • Library Import Location
  • Bootstrapping with NgModule
  • Angular2 Routing Engine
  • Best Practices - Components
  • Best Practices
  • File Structure
  • Demo: Angular CLI Install
  • Demo: Webstorm
  • Demo: Manual Comparisons
  • Demo: Create Components with CLI
  • Demo: Files and File Structures
  • Demo: Services, Pipes, & Directives
  • Demo: Routes
  • Demo: Route Changes
  • Demo: Server Side Pipes