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

stumpam/ngx-cmd

Repository files navigation

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