Pretty new to angular2 and I want to do something fun to get my feet wet.
I generated an app using the angular-cli and now I want a way to figure out if the user typed in the Konami code (up up down down left right left right b a enter).
What's the best way to do this? I'm familiar with events, observables, and would not mind learning a lot more. I asked a friend and they said I would probably have to bind a listener to the document so that's how far I got so far.
Thanks.