Angular
Runtime configuration
Runtime environment configuration with Angular
Debugging
Chrome inspect element select your component and it will be assigned to $0 run ng.probe($0).compo...
Access Parent Component
Using @Input and a little trick to send the this of the parent to the child. I guess you can do i...
Router :: Subscribe to Route Changes
This example will change the function of a contextual button in a bootstrap/navbar import { Compo...
Structural Directives - The Asterisk (*) Prefix
The (*) is a syntactic sugar. You'll have a ng-template wrapped arround the host element with the...