ngx-sp-infra
Version:
Biblioteca de utilitários da Infra.
10 lines (9 loc) • 449 B
TypeScript
import { Router } from '@angular/router';
import * as i0 from "@angular/core";
export declare class PageNotAuthorizedComponent {
private router;
constructor(router: Router);
onHome(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PageNotAuthorizedComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PageNotAuthorizedComponent, "app-page-not-authorized, page-not-authorized", never, {}, {}, never, never, true, never>;
}