//Importing the libraries import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-contact-create-project', templateUrl: './contact-create-project.component.html', styleUrls: ['./contact-create-project.component.scss'] }) export class ContactCreateProjectComponent implements OnInit { constructor() { } ngOnInit() { } }