UNPKG

ng-terminal

Version:

NgTerminal is a terminal component on Angular 16 or higher.

14 lines (13 loc) 823 B
import { ModuleWithProviders } from '@angular/core'; import { ModuleOptions } from './module-options'; import * as i0 from "@angular/core"; import * as i1 from "./ng-terminal.component"; import * as i2 from "./global-style/global-style.component"; import * as i3 from "angular-resizable-element"; import * as i4 from "@angular/common"; export declare class NgTerminalModule { static forRoot(config?: ModuleOptions): ModuleWithProviders<NgTerminalModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgTerminalModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgTerminalModule, [typeof i1.NgTerminalComponent, typeof i2.GlobalStyleComponent], [typeof i3.ResizableModule, typeof i4.CommonModule], [typeof i1.NgTerminalComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgTerminalModule>; }