import { Component, OnInit } from '@angular/core'; @Component({ selector: 'na-bulb-editor', templateUrl: './bulb-editor.component.html', styleUrls: ['./bulb-editor.component.scss'] }) export class BulbEditorComponent implements OnInit { constructor() { } ngOnInit() { } }