@indice/ng-components
Version:
Indice common components for Angular v12
9 lines (8 loc) • 391 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class UnauthorizedComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<UnauthorizedComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UnauthorizedComponent, "lib-unauthorized", never, {}, {}, never, never, false, never>;
}