import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: `

About this project.

` }) export class AboutComponent { title = 'about'; }