Angular 2.3 is released! One of the exciting new feature is component inheritance. Component inheritance is very powerful and it can increase your code reusability. What does component inheritance provide us? Component Inheritance Component Inheritance in Angular 2.3 covers all of the following: Metadata (decorators): metadata (e.g. @Input(), @Output), etc. defined in a derived class… Continue reading Component Inheritance in Angular 2