import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-slide-editor', templateUrl: './slide-editor.component.html', styleUrls: ['./slide-editor.component.css'] }) export class SlideEditorComponent implements OnInit { constructor() { } ngOnInit() { } }