This is a follow-up article of thoughtram’s excellent article on developing a tabs component with Angular, where we’re going to explore an alternative way of creating a tab component by learning about @ContentChildren and AfterContentInit. Contents are based on Angular version >=2 That said, definitely read thoughtram’s article on how to develop a tabs component in Angular first. Then come back an