2.7.1 • Published 6 years ago
@stumpam/ngx-cmd v2.7.1
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