dynamic-display-shared
Version:
A library for dynamic view
9 lines (8 loc) • 409 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class UnauthorizedPageComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<UnauthorizedPageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UnauthorizedPageComponent, "app-unauthorized-page", never, {}, {}, never, never, false>;
}