Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 258 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 258 Bytes

Ngx Cmd

Command library for Angular

How to use it

  1. import to angular main module NgxModule from @stumpam/ngx-cmd
  2. register command regCmd('name', () => console.log('name command'))
  3. use command cmd('name') -> in console will log name