import { Component } from '@angular/core'; @Component({ selector: 'app-empty', standalone: true, template: `
Empty Page

Use this page to start from scratch and place your custom content.

` }) export class Empty { }