ngx-terminal
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Package Sidebar

Install

npm i ngx-terminal

Weekly Downloads

3

Version

0.0.5

License

none

Unpacked Size

31.5 kB

Total Files

14

Last publish

Collaborators

  • paulrichez