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

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

` }) export class Empty { }