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

Keine Berechtigung fuer diese Seite.

`, styles: [ ` .state { background: #fff; border: 1px solid #d9dee7; border-radius: 8px; padding: 20px; } `, ], }) export class ForbiddenPageComponent {}