ng-terminal
Version:
NgTerminal is a terminal component on Angular 16 or higher.
9 lines (8 loc) • 392 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class GlobalStyleComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalStyleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalStyleComponent, "global-style", never, {}, {}, never, never, false, never>;
}