I have:
Some tab content
You can use ngKeypress ( Angular Documentation here) into any HTML tag. For example:
yourFunction(evt){ if(evt.code === "Tab"){ //Do your stuff } }