import { Component } from '@angular/core'; @Component({ selector: 'app-new-posting', templateUrl: './new-posting.component.html', styleUrl: './new-posting.component.scss' }) export class NewPostingComponent { }