@stumpam/ngx-cmd
v2.7.1
Published
Command library for Angular
Maintainers
Readme
Ngx Cmd
Command library for Angular
How to use it
- import to angular main module
NgxModulefrom@stumpam/ngx-cmd - register command
regCmd('name', () => console.log('name command')) - use command
cmd('name')-> in console will logname
