import { Component } from '@angular/core'; @Component({ template: `

click on a button at the top to route to a form

` }) export class HomeComponent {}