- Angular CLI
- Angular root module / component bootstrapping
- Webpack bundling and serving
- @Component, @NgModule
- @Input, @Component -> inputs, @Output, @Component -> outputs
- @HostBinding ('class.', 'attr.', 'style.'), @HostListener
- View Encapsulation, :host
- Accessors: get and set accessors
- Augury Tool Usage