npm.io
0.0.5 • Published 2 years ago

ngx-terminal

Licence
Version
0.0.5
Deps
1
Size
31 kB
Vulns
0
Weekly
0

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

name type default desc
getSytemTheme function return strinng N/A return 'light' or 'dark'
isLightTheme function return boolean N/A return true if system theme is light
isDarkTheme function return boolean N/A return true if system theme is dark
listenSystemTheme Observable<'string'> N/A Observable which listen the change with boolean for initial value or not

Keywords