Angular 2, decorators and class inheritance
Thierry Templier
439
ComponentMetadata class is removed in Angular RC7
Since the ComponentMetadata was removed in Release Candidate 7
(check the changelog: https://github.com/angular/angular/blob/master/CHANGELOG.md)
you should new up the metadata using Component like this:
const metadata = new Component(annotation);