Recent Activity





Recently Created Pages View All
Launchpad
Reset defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
Spotlight
Exclude folders from index It seems like .metadata_never_index method does not work anymore, sinc...
Structural Directives - The Asterisk (*) Prefix
The (*) is a syntactic sugar. You'll have a ng-template wrapped arround the host element with the...
Router :: Subscribe to Route Changes
This example will change the function of a contextual button in a bootstrap/navbar import { 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...