


Set up an angular 1.5 project by configuring dependencies, creating a package, organizing local folders, and running scripts via the command prompt to install and verify the setup.
Learn to build a working app by wiring components with bindings and a router. Convert an existing app into components and write unit tests.
A new way of developing angular 1.x applications using components. Components stripped away lot of scope related complexities and made development more fun. Components are major building blocks of Angular 2, learning how to write components will also help you in migrating your existing angular 1.x application to Angular 2. I named this course Component Driven Development as we will be writing only components and coupling them together to build a complete SPA.