Code repository for articles published on medium.com exploring Angular 2 with an aim for mastery.
Lessons are separated into folders in the root directory.
###Seed Angular Modules. Application structure. Purpose of shared modules and core module in app structure.
Article: Angular2: Module architecture and example seed project
###Table
Building reusable layouts in a shared module. Custom directives and pipes. Leveraging TypeScript class constructors and getter and setter methods.
Article: Building a reusable table layout for your Angular 2 project
###Router Article: A short step-by-step guide for basic Angular 2 routing
###Simple-Navbar Article: The simple way to make a mobile Angular 2 Bootstrap navbar without jQuery
###Sidebar Concepts: ViewEncapsulation, NgContent, loading components to named router outlets, navigating to named router outlets.