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

gallery-item-profile works!

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