import {Component} from '@angular/core'; @Component({ selector: 'editors', template: `` }) export class Editors { constructor() { } }