Preparing for and Migrating Applications to Angular 2

Pluralsight
Course Summary
Migrating from Angular 1 to Angular 2 doesn't have to be a headache. In this course, you will learn how to prepare and migrate your Angular 1 applications to Angular 2 using the easiest and lowest-risk methods available.
-
+
Course Description
Angular 2 is here, and it's amazing. You'd like to get your Angular 1 applications moved over to Angular 2, but for many of those applications, a full rewrite isn't a possibility. So migrating slowly, piece by piece, is the right answer. This course will walk you through that process, showing you how to migrate in a way that minimizes risk, and lets you migrate while continuing to maintain your applications. First, you'll learn how to prepare your code and follow the Style Guide. Next, you'll prepare tools and processes such as Typescript and ES6. Finally, you'll learn how to add Angular 2 to your application (including installing ng2 and and introducing jpsm to the build) and learn about migration--how to choose what migrates, and how to actually migrate services and components. By the end of this course, you'll be able to incorporate Angular 2 into your applications and make the transition with ease.
-
+
Course Syllabus
Course Overview- 1m 12s
—Course Overview 1m 12sIntroduction- 43m 0s
—Welcome 2m 3s
—Course Structure 0m 46s
—Course Agenda 1m 16s
—Course Goals and Rationale 3m 49s
—Angular 2 Primer 5m 5s
—Angular 2 Migration Overview 8m 1s
—Angular 2 Migration Plan 9m 28s
—Your Migration Plan 1m 9s
—Prerequisites 2m 6s
—Course Repo 0m 32s
—The Demo App 8m 41sPreparing Your Code- 18m 39sAdding 1.5 Components- 31m 8sPreparing Directives & Bootstrapping- 11m 11sAdding TypeScript & ES6- 28m 18sUsing ES6- 21m 18sSwitching to Classes- 22m 24s