import { Component, OnInit } from '@angular/core' @Component({ selector: 'app-gallery-item-buttons', template: `

gallery-item-buttons works!

`, styles: [], }) export class GalleryItemButtonsComponent implements OnInit { constructor() {} ngOnInit() {} }