0.0.5 • Published 6 months ago

ngx-terminal v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Ngx-terminal

Overview

A simple Angular terminal very light size ( use easy-terminal a non dependencies vanilla javascript terminal)

Démo

Démo/doc

Installation

npm i ngx-terminal
  import { NgxTerminalModule } from 'ngx-terminal';

  imports: [
    NgxTerminalModule,
  ]

Usage

  <ngx-terminal></ngx-terminal>

Interfaces

nametypedefaultdesc
getSytemThemefunction return strinngN/Areturn 'light' or 'dark'
isLightThemefunction return booleanN/Areturn true if system theme is light
isDarkThemefunction return booleanN/Areturn true if system theme is dark
listenSystemThemeObservable<'string'>N/AObservable which listen the change with boolean for initial value or not