import { Component, OnInit } from '@angular/core'; @Component({ selector: 'ngx-editors', template: ` `, }) export class NgxEditorsComponent implements OnInit { constructor() { } ngOnInit() { } }