import { Component } from '@angular/core'; @Component({ selector: 'sweeper-pic-and-post', templateUrl: './pic-and-post.component.html', styleUrls: ['./pic-and-post.component.scss'], }) export class PicAndPostComponent { title = "pic-and-post"; }