projects/cobbler-frontend/src/app/unauthorized/unauthorized.component.ts

Metadata

Relationships

Used by

No results matching.

Depends on

import { Component } from '@angular/core';
import { RouterLink } from '@angular/router';

@Component({
  selector: 'cobbler-unauthorized',
  templateUrl: './unauthorized.component.html',
  styleUrls: ['./unauthorized.component.css'],
  imports: [RouterLink],
})
export class UnauthorizedComponent {
  constructor() {}
}
<div class="flex-center-all full">
  <h1 i18n="@@page.unauthorized.title">You are not authorized to continue.</h1>
  <h2 i18n="@@page.unauthorized.subtitle">Please Log in.</h2>
  <a [routerLink]="['/login']" i18n="@@page.unauthorized.login-link">Login</a>
</div>

./unauthorized.component.css

Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""